diff options
Diffstat (limited to 'lmem.c')
-rw-r--r-- | lmem.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,15 +1,17 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lmem.c,v 1.86 2014/07/15 21:26:50 roberto Exp roberto $ | 2 | ** $Id: lmem.c,v 1.87 2014/10/25 11:50:46 roberto Exp roberto $ |
3 | ** Interface to Memory Manager | 3 | ** Interface to Memory Manager |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | |||
8 | #include <stddef.h> | ||
9 | |||
10 | #define lmem_c | 7 | #define lmem_c |
11 | #define LUA_CORE | 8 | #define LUA_CORE |
12 | 9 | ||
10 | #include "lprefix.h" | ||
11 | |||
12 | |||
13 | #include <stddef.h> | ||
14 | |||
13 | #include "lua.h" | 15 | #include "lua.h" |
14 | 16 | ||
15 | #include "ldebug.h" | 17 | #include "ldebug.h" |