projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf558ec
)
build fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Sep 2010 19:03:48 +0000
(21:03 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Sep 2010 19:03:48 +0000
(21:03 +0200)
Cython/Compiler/Parsing.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.pxd
b/Cython/Compiler/Parsing.pxd
index 24ba31a1b36015d9689cb473a072cba5d3e13886..5a0a34734aa4b5cf65beef7434928f5dc79390d0 100644
(file)
--- a/
Cython/Compiler/Parsing.pxd
+++ b/
Cython/Compiler/Parsing.pxd
@@
-46,7
+46,7
@@
cpdef make_slice_node(pos, start, stop = *, step = *)
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_opt_string_literal(PyrexScanner s
, required_type=*
)
cpdef p_string_literal(PyrexScanner s, kind_override=*)
cpdef p_list_maker(PyrexScanner s)
cpdef p_comp_iter(PyrexScanner s, body)