diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,14 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.210 2014/10/30 18:53:28 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.211 2014/10/31 15:53:31 roberto Exp roberto $ |
3 | ** Standard library for string operations and pattern-matching | 3 | ** Standard library for string operations and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lstrlib_c | ||
8 | #define LUA_LIB | ||
9 | |||
10 | #include "lprefix.h" | ||
11 | |||
7 | 12 | ||
8 | #include <ctype.h> | 13 | #include <ctype.h> |
9 | #include <limits.h> | 14 | #include <limits.h> |
@@ -12,9 +17,6 @@ | |||
12 | #include <stdlib.h> | 17 | #include <stdlib.h> |
13 | #include <string.h> | 18 | #include <string.h> |
14 | 19 | ||
15 | #define lstrlib_c | ||
16 | #define LUA_LIB | ||
17 | |||
18 | #include "lua.h" | 20 | #include "lua.h" |
19 | 21 | ||
20 | #include "lauxlib.h" | 22 | #include "lauxlib.h" |