diff options
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.c,v 1.89 2002/10/22 18:07:55 roberto Exp roberto $ | 2 | ** $Id: lauxlib.c,v 1.90 2002/11/14 15:41:38 roberto Exp roberto $ |
3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,6 +16,8 @@ | |||
16 | ** Any function declared here could be written as an application function. | 16 | ** Any function declared here could be written as an application function. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #define lauxlib_c | ||
20 | |||
19 | #include "lua.h" | 21 | #include "lua.h" |
20 | 22 | ||
21 | #include "lauxlib.h" | 23 | #include "lauxlib.h" |