summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lex.c b/lex.c
index 81cbe527..59588d19 100644
--- a/lex.c
+++ b/lex.c
@@ -1,4 +1,4 @@
1char *rcs_lex = "$Id: lex.c,v 3.7 1997/07/29 13:33:15 roberto Exp roberto $"; 1char *rcs_lex = "$Id: lex.c,v 3.8 1997/07/30 22:00:50 roberto Exp roberto $";
2 2
3 3
4#include <ctype.h> 4#include <ctype.h>
@@ -432,7 +432,7 @@ int luaY_lex (void)
432 ea*=ea; 432 ea*=ea;
433 } 433 }
434 } 434 }
435 luaY_lval.vFloat = a; 435 luaY_lval.vReal = a;
436 save(0); 436 save(0);
437 return NUMBER; 437 return NUMBER;
438 } 438 }