From 4e60d85a60c8ab5534a1a37490a361f888413a4e Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 9 Dec 2004 06:33:03 +0000 Subject: [PATCH] Collapse whitespace. --- lib/cue_scan.l | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cue_scan.l b/lib/cue_scan.l index ffceb6a..146fdd4 100644 --- a/lib/cue_scan.l +++ b/lib/cue_scan.l @@ -23,7 +23,6 @@ nonws [^ \t\r\n] %% - \'([^\']|\\\')*\' | \"([^\"]|\\\")*\" { cue_yylval.sval = strdup(yytext + 1);