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)