projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a0e89
)
fix comment
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 May 2010 05:18:08 +0000
(07:18 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 May 2010 05:18:08 +0000
(07:18 +0200)
Cython/Compiler/Parsing.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.py
b/Cython/Compiler/Parsing.py
index 13bf1a2102b7f40d0b7d9dbd1d250723ca3e8c0f..3b15e4e502a0952d477b52bfe5deddb37b5c9287 100644
(file)
--- a/
Cython/Compiler/Parsing.py
+++ b/
Cython/Compiler/Parsing.py
@@
-626,7
+626,7
@@
def p_opt_string_literal(s):
def p_string_literal(s, kind_override=None):
# A single string or char literal.
- # Returns (kind, value) where kind in ('b', 'c', 'u')
+ # Returns (kind, value) where kind in ('b', 'c', 'u'
, ''
)
# s.sy == 'BEGIN_STRING'
pos = s.position()
is_raw = 0