diff src/lex.l @ 578:d169be9237fb

[project @ 1994-08-03 20:06:54 by jwe]
author jwe
date Wed, 03 Aug 1994 20:07:26 +0000
parents 33d622a12de8
children bc813f5eb025
line wrap: on
line diff
--- a/src/lex.l	Wed Aug 03 20:06:54 1994 +0000
+++ b/src/lex.l	Wed Aug 03 20:07:26 1994 +0000
@@ -1056,6 +1056,8 @@
     }
   else if (strcmp ("global", s) == 0)
     {
+      yylval.tok_val = new token (l, c);
+      token_stack.push (yylval.tok_val);
       return GLOBAL;
     }
   else if (strcmp ("gplot", s) == 0)