diff options
Diffstat (limited to 'lfunc.c')
-rw-r--r-- | lfunc.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lfunc.c,v 1.62 2002/11/13 11:31:39 roberto Exp roberto $ | 2 | ** $Id: lfunc.c,v 1.63 2002/11/14 16:15:53 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,8 @@ | |||
7 | 7 | ||
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | 9 | ||
10 | #define lfunc_c | ||
11 | |||
10 | #include "lua.h" | 12 | #include "lua.h" |
11 | 13 | ||
12 | #include "lfunc.h" | 14 | #include "lfunc.h" |