Cython compile fixes
authorStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 17:03:13 +0000 (18:03 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 17:03:13 +0000 (18:03 +0100)
Cython/Compiler/Parsing.pxd

index 0f1f33bfee88ad3e6d5bf0c09505708f6ed4bdd1..d1b78fa9b2beed253932a50d73b11fbf945f90a2 100644 (file)
@@ -41,9 +41,9 @@ cpdef p_cat_string_literal(PyrexScanner s)
 cpdef p_opt_string_literal(PyrexScanner s)
 cpdef p_string_literal(PyrexScanner s)
 cpdef p_list_maker(PyrexScanner s)
-cpdef p_list_iter(PyrexScanner s)
-cpdef p_list_for(PyrexScanner s)
-cpdef p_list_if(PyrexScanner s)
+cpdef p_list_iter(PyrexScanner s, body)
+cpdef p_list_for(PyrexScanner s, body)
+cpdef p_list_if(PyrexScanner s, body)
 cpdef p_dict_or_set_maker(PyrexScanner s)
 cpdef p_backquote_expr(PyrexScanner s)
 cpdef p_simple_expr_list(PyrexScanner s)