diff options
Diffstat (limited to 'lfunc.c')
| -rw-r--r-- | lfunc.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lfunc.c,v 1.41 2001/02/20 18:28:11 roberto Exp roberto $ | 2 | ** $Id: lfunc.c,v 1.42 2001/02/23 17:17:25 roberto Exp roberto $ |
| 3 | ** Auxiliary functions to manipulate prototypes and closures | 3 | ** Auxiliary functions to manipulate prototypes and closures |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -7,6 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
| 9 | 9 | ||
| 10 | #define LUA_PRIVATE | ||
| 10 | #include "lua.h" | 11 | #include "lua.h" |
| 11 | 12 | ||
| 12 | #include "lfunc.h" | 13 | #include "lfunc.h" |
