diff options
| -rw-r--r-- | ldebug.c | 4 | ||||
| -rw-r--r-- | lfunc.c | 4 |
2 files changed, 4 insertions, 4 deletions
| @@ -1,11 +1,11 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldebug.c,v 1.154 2003/07/10 11:59:06 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 1.155 2003/07/16 20:49:02 roberto Exp roberto $ |
| 3 | ** Debug Interface | 3 | ** Debug Interface |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | #include <stdlib.h> | 8 | #include <stddef.h> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | 10 | ||
| 11 | #define ldebug_c | 11 | #define ldebug_c |
| @@ -1,11 +1,11 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lfunc.c,v 1.66 2003/02/11 10:46:24 roberto Exp roberto $ | 2 | ** $Id: lfunc.c,v 1.67 2003/03/18 12:50:04 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 | */ |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | #include <stdlib.h> | 8 | #include <stddef.h> |
| 9 | 9 | ||
| 10 | #define lfunc_c | 10 | #define lfunc_c |
| 11 | 11 | ||
