diff options
Diffstat (limited to '')
| -rw-r--r-- | onelua.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -110,6 +110,11 @@ | |||
| 110 | #include "linit.c" | 110 | #include "linit.c" |
| 111 | #endif | 111 | #endif |
| 112 | 112 | ||
| 113 | /* test library -- used only for internal development */ | ||
| 114 | #if defined(LUA_DEBUG) | ||
| 115 | #include "ltests.c" | ||
| 116 | #endif | ||
| 117 | |||
| 113 | /* lua */ | 118 | /* lua */ |
| 114 | #ifdef MAKE_LUA | 119 | #ifdef MAKE_LUA |
| 115 | #include "lua.c" | 120 | #include "lua.c" |
