From de696a4f35c35d8b7f1ccb6a6690c1fe1adc4654 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 1 May 2013 14:52:48 +0200 Subject: [PATCH] fix build --- Cython/Compiler/Code.pxd | 1 + 1 file changed, 1 insertion(+) 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=*) -- 2.7.4