diff options
| -rw-r--r-- | inout.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | ** facilities. | 4 | ** facilities. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | char *rcs_inout="$Id: inout.c,v 2.1 1994/07/19 21:27:18 celes Exp roberto $"; | 7 | char *rcs_inout="$Id: inout.c,v 2.2 1994/08/17 22:22:44 roberto Exp celes $"; |
| 8 | 8 | ||
| 9 | #include <stdio.h> | 9 | #include <stdio.h> |
| 10 | #include <string.h> | 10 | #include <string.h> |
| @@ -23,7 +23,7 @@ int lua_debugline; | |||
| 23 | 23 | ||
| 24 | /* Internal variables */ | 24 | /* Internal variables */ |
| 25 | #ifndef MAXFUNCSTACK | 25 | #ifndef MAXFUNCSTACK |
| 26 | #define MAXFUNCSTACK 32 | 26 | #define MAXFUNCSTACK 64 |
| 27 | #endif | 27 | #endif |
| 28 | static struct { int file; int function; } funcstack[MAXFUNCSTACK]; | 28 | static struct { int file; int function; } funcstack[MAXFUNCSTACK]; |
| 29 | static int nfuncstack=0; | 29 | static int nfuncstack=0; |
