fix build
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 05:42:55 +0000 (07:42 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 05:42:55 +0000 (07:42 +0200)
Cython/Compiler/Code.pxd

index 37695b8..dbd0393 100644 (file)
@@ -30,6 +30,7 @@ cdef class FunctionState:
 
     cdef public bint in_try_finally
     cdef public object exc_vars
+    cdef public bint can_trace
 
     cdef public list temps_allocated
     cdef public dict temps_free