projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad10cfe
)
Cython compile fixes
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 17:03:13 +0000
(18:03 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 17:03:13 +0000
(18:03 +0100)
Cython/Compiler/Parsing.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.pxd
b/Cython/Compiler/Parsing.pxd
index 0f1f33bfee88ad3e6d5bf0c09505708f6ed4bdd1..d1b78fa9b2beed253932a50d73b11fbf945f90a2 100644
(file)
--- a/
Cython/Compiler/Parsing.pxd
+++ b/
Cython/Compiler/Parsing.pxd
@@
-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)