Collapse whitespace.

This commit is contained in:
Svend Sorensen
2004-12-09 06:33:03 +00:00
parent 902c12f1a1
commit 4e60d85a60

View File

@@ -23,7 +23,6 @@ nonws [^ \t\r\n]
%%
\'([^\']|\\\')*\' |
\"([^\"]|\\\")*\" {
cue_yylval.sval = strdup(yytext + 1);