diff options
Diffstat (limited to '')
| -rw-r--r-- | lmem.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lmem.c,v 1.31 2000/05/29 14:48:03 roberto Exp roberto $ | 2 | ** $Id: lmem.c,v 1.32 2000/05/31 16:53:30 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 | */ |
| @@ -9,10 +9,11 @@ | |||
| 9 | 9 | ||
| 10 | #define LUA_REENTRANT | 10 | #define LUA_REENTRANT |
| 11 | 11 | ||
| 12 | #include "lua.h" | ||
| 13 | |||
| 12 | #include "lmem.h" | 14 | #include "lmem.h" |
| 13 | #include "lobject.h" | 15 | #include "lobject.h" |
| 14 | #include "lstate.h" | 16 | #include "lstate.h" |
| 15 | #include "lua.h" | ||
| 16 | 17 | ||
| 17 | 18 | ||
| 18 | /* | 19 | /* |
