projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8513b3
)
build fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 10 Apr 2010 13:18:19 +0000
(15:18 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 10 Apr 2010 13:18:19 +0000
(15:18 +0200)
Cython/Compiler/Parsing.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.pxd
b/Cython/Compiler/Parsing.pxd
index ea481f28a925b5f4b8cd14d373f2f1fcb6a6b449..31c1056926eba8ba52443d7553464567e6148418 100644
(file)
--- a/
Cython/Compiler/Parsing.pxd
+++ b/
Cython/Compiler/Parsing.pxd
@@
-42,7
+42,7
@@
cpdef p_atom(PyrexScanner s)
cpdef p_name(PyrexScanner s, name)
cpdef p_cat_string_literal(PyrexScanner s)
cpdef p_opt_string_literal(PyrexScanner s)
-cpdef p_string_literal(PyrexScanner s)
+cpdef p_string_literal(PyrexScanner s
, kind_override=*
)
cpdef p_list_maker(PyrexScanner s)
cpdef p_list_iter(PyrexScanner s, body)
cpdef p_list_for(PyrexScanner s, body)