summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1995-11-16 18:46:24 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1995-11-16 18:46:24 -0200
commitf188e1000ba939dd58de2e8bdfa49db2e8db571c (patch)
tree9b5099439f01a04e01f9dad9786183d250dc4438 /lex.c
parent07d64e78b69422ed165e2af796daae2b06cc8b83 (diff)
downloadlua-2.2.tar.gz
lua-2.2.tar.bz2
lua-2.2.zip
useless "#include math.h"v2.2
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lex.c b/lex.c
index 6c1f2ac5..96f6851f 100644
--- a/lex.c
+++ b/lex.c
@@ -1,8 +1,7 @@
1char *rcs_lex = "$Id: lex.c,v 2.19 1995/10/13 15:16:25 roberto Exp roberto $"; 1char *rcs_lex = "$Id: lex.c,v 2.20 1995/10/25 13:05:51 roberto Exp roberto $";
2 2
3 3
4#include <ctype.h> 4#include <ctype.h>
5#include <math.h>
6#include <stdio.h> 5#include <stdio.h>
7#include <stdlib.h> 6#include <stdlib.h>
8#include <string.h> 7#include <string.h>