projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72dfd2e
)
fix outdated Parsing.pxd
author
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 16 Dec 2008 05:43:59 +0000
(
02:43
-0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 16 Dec 2008 05:43:59 +0000
(
02:43
-0300)
Cython/Compiler/Parsing.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.pxd
b/Cython/Compiler/Parsing.pxd
index a049f0ba1e3e299e1561325672dd6760bcb8fec8..0f1f33bfee88ad3e6d5bf0c09505708f6ed4bdd1 100644
(file)
--- a/
Cython/Compiler/Parsing.pxd
+++ b/
Cython/Compiler/Parsing.pxd
@@
-44,8
+44,7
@@
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_dict_maker(PyrexScanner s)
-cpdef p_dict_item(PyrexScanner s)
+cpdef p_dict_or_set_maker(PyrexScanner s)
cpdef p_backquote_expr(PyrexScanner s)
cpdef p_simple_expr_list(PyrexScanner s)
cpdef p_expr(PyrexScanner s)