diff src/lex.l @ 581:bc813f5eb025

[project @ 1994-08-07 01:02:15 by jwe]
author jwe
date Sun, 07 Aug 1994 01:02:15 +0000
parents d169be9237fb
children 4057f845c1ee
line wrap: on
line diff
--- a/src/lex.l	Sun Aug 07 01:02:15 1994 +0000
+++ b/src/lex.l	Sun Aug 07 01:02:15 1994 +0000
@@ -423,7 +423,7 @@
 			  convert_spaces_to_comma = 1;
 			  if (plotting && ! in_plot_range)
 			    past_plot_range = 1;
-			  yylval.tok_val = new token (value,
+			  yylval.tok_val = new token (value, yytext,
 						      input_line_number,
 						      current_input_column);
 			  token_stack.push (yylval.tok_val);
@@ -444,7 +444,7 @@
 			  convert_spaces_to_comma = 1;
 			  if (plotting && ! in_plot_range)
 			    past_plot_range = 1;
-			  yylval.tok_val = new token (value,
+			  yylval.tok_val = new token (value, yytext,
 						      input_line_number,
 						      current_input_column);
 			  token_stack.push (yylval.tok_val);