changeset 4198:af1d77a5e44d

[project @ 2002-11-21 20:03:31 by jwe]
author jwe
date Thu, 21 Nov 2002 20:03:31 +0000
parents 40f76ce7a051
children 35ec3b95a3ca
files src/lex.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lex.l	Thu Nov 21 18:56:25 2002 +0000
+++ b/src/lex.l	Thu Nov 21 20:03:31 2002 +0000
@@ -267,7 +267,7 @@
     return handle_string (yytext[0], true);
   }
 
-<TEXT_FCN>[^ \t\n\;\,\"\'][^ \t\n\;\,]*{S}* {
+<TEXT_FCN>[^#% \t\n\;\,\"\'][^ \t\n\;\,]*{S}* {
     std::string tok = strip_trailing_whitespace (yytext);
     TOK_PUSH_AND_RETURN (tok, STRING);
   }