Commit a163c4b2 authored by Stefan Behnel's avatar Stefan Behnel

fix comment

parent b1a0e894
...@@ -626,7 +626,7 @@ def p_opt_string_literal(s): ...@@ -626,7 +626,7 @@ def p_opt_string_literal(s):
def p_string_literal(s, kind_override=None): def p_string_literal(s, kind_override=None):
# A single string or char literal. # 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' # s.sy == 'BEGIN_STRING'
pos = s.position() pos = s.position()
is_raw = 0 is_raw = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment