diff options
Diffstat (limited to 'lref.c')
| -rw-r--r-- | lref.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,12 +1,10 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lref.c,v 1.15 2000/06/30 14:35:17 roberto Exp roberto $ | 2 | ** $Id: lref.c,v 1.16 2000/08/07 20:21:34 roberto Exp roberto $ |
| 3 | ** reference mechanism | 3 | ** reference mechanism |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | #define LUA_REENTRANT | ||
| 9 | |||
| 10 | #include "lua.h" | 8 | #include "lua.h" |
| 11 | 9 | ||
| 12 | #include "lapi.h" | 10 | #include "lapi.h" |
