diff options
-rw-r--r-- | lbaselib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.205 2008/02/19 18:54:09 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.206 2008/02/25 14:33:57 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -9,7 +9,6 @@ | |||
9 | #include <ctype.h> | 9 | #include <ctype.h> |
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
12 | #include <string.h> | ||
13 | 12 | ||
14 | #define lbaselib_c | 13 | #define lbaselib_c |
15 | #define LUA_LIB | 14 | #define LUA_LIB |