fix build
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 1 May 2013 12:52:48 +0000 (14:52 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 1 May 2013 12:52:48 +0000 (14:52 +0200)
Cython/Compiler/Code.pxd

index dbd0393..ee93a56 100644 (file)
@@ -40,6 +40,7 @@ cdef class FunctionState:
 
     cdef public object closure_temps
     cdef public bint should_declare_error_indicator
+    cdef public bint uses_error_indicator
 
     @cython.locals(n=size_t)
     cpdef new_label(self, name=*)