From 482734b7c265719309f6d6189a1aba5776f94e8f Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Thu, 22 Jul 2010 12:04:45 -0300 Subject: [PATCH] forgot to update pxd in previous commit --- Cython/Compiler/Parsing.pxd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.26.2