From: Lisandro Dalcin Date: Thu, 22 Jul 2010 15:04:45 +0000 (-0300) Subject: forgot to update pxd in previous commit X-Git-Tag: 0.13.beta0~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=482734b7c265719309f6d6189a1aba5776f94e8f;p=cython.git forgot to update pxd in previous commit --- diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd index 31c10569..13997378 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -130,8 +130,8 @@ cpdef p_cdef_statement(PyrexScanner s, ctx) cpdef p_cdef_block(PyrexScanner s, ctx) cpdef p_cdef_extern_block(PyrexScanner s, pos, ctx) cpdef p_c_enum_definition(PyrexScanner s, pos, ctx) -cpdef p_c_enum_line(PyrexScanner s, items) -cpdef p_c_enum_item(PyrexScanner s, items) +cpdef p_c_enum_line(PyrexScanner s, ctx, items) +cpdef p_c_enum_item(PyrexScanner s, ctx, items) cpdef p_c_struct_or_union_definition(PyrexScanner s, pos, ctx) cpdef p_visibility(PyrexScanner s, prev_visibility) cpdef p_c_modifiers(PyrexScanner s)