diff src/lex.l @ 4923:b11223097ad4

[project @ 2004-08-02 16:33:11 by jwe]
author jwe
date Mon, 02 Aug 2004 16:33:11 +0000
parents 1242acab4246
children bdb307dc8613
line wrap: on
line diff
--- a/src/lex.l
+++ b/src/lex.l
@@ -337,7 +337,7 @@
     COUNT_TOK_AND_RETURN (handle_string (yytext[0], true));
   }
 
-<COMMAND_START>[^#% \t\n\;\,\"\'][^ \t\n\;\,]*{S}* {
+<COMMAND_START>[^#% \t\r\n\;\,\"\'][^ \t\r\n\;\,]*{S}* {
     std::string tok = strip_trailing_whitespace (yytext);
     TOK_PUSH_AND_RETURN (tok, STRING);
   }