From: Stefan Behnel Date: Wed, 1 May 2013 12:52:48 +0000 (+0200) Subject: fix build X-Git-Tag: 0.19.1~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de696a4f35c35d8b7f1ccb6a6690c1fe1adc4654;p=platform%2Fupstream%2Fpython-cython.git fix build --- diff --git a/Cython/Compiler/Code.pxd b/Cython/Compiler/Code.pxd index dbd0393..ee93a56 100644 --- a/Cython/Compiler/Code.pxd +++ b/Cython/Compiler/Code.pxd @@ -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=*)