diff options
Diffstat (limited to 'kjs/grammar.cpp')
-rw-r--r-- | kjs/grammar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/grammar.cpp b/kjs/grammar.cpp index 03eb07876..ea524d5e1 100644 --- a/kjs/grammar.cpp +++ b/kjs/grammar.cpp @@ -1495,7 +1495,7 @@ yystpcpy (yydest, yysrc) /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string - contains an apostrophe, a comma, or backslash (other than + tqcontains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ |