diff src/lex.l @ 3079:eb827eb9b8ff

[project @ 1997-08-03 20:44:07 by jwe]
author jwe
date Sun, 03 Aug 1997 20:46:29 +0000
parents ea9af2ffa80d
children ff8b4d6371b3
line wrap: on
line diff
--- a/src/lex.l	Sun Aug 03 20:40:23 1997 +0000
+++ b/src/lex.l	Sun Aug 03 20:46:29 1997 +0000
@@ -241,7 +241,7 @@
     return handle_string (yytext[0], 1);
   }
 
-<TEXT_FCN>[^ \t\n\;\,]*{S}* {
+<TEXT_FCN>[^ \t\n\;\,\"\'][^ \t\n\;\,]*{S}* {
     string tok = strip_trailing_whitespace (yytext);
     TOK_PUSH_AND_RETURN (tok, TEXT);
   }