diff options
Diffstat (limited to 'loadlib.c')
| -rw-r--r-- | loadlib.c | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: loadlib.c,v 1.4 2003/04/07 20:11:53 roberto Exp roberto $ | 2 | ** $Id: loadlib.c,v 1.5 2003/05/14 21:01:53 roberto Exp roberto $ |
| 3 | ** Dynamic library loader for Lua | 3 | ** Dynamic library loader for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | * | 5 | * |
| @@ -26,6 +26,9 @@ | |||
| 26 | * | 26 | * |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | #define loadlib_c | ||
| 30 | #define LUA_LIB | ||
| 31 | |||
| 29 | #include "lua.h" | 32 | #include "lua.h" |
| 30 | #include "lauxlib.h" | 33 | #include "lauxlib.h" |
| 31 | #include "lualib.h" | 34 | #include "lualib.h" |
