MAXPROCARG could be 0

This commit is contained in:
ceriel
1991-09-17 09:46:12 +00:00
parent 6a970eac86
commit 8c82c2e5ef
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ unsigned codegen(codep,ply,toplevel,costlimit,forced) byte *codep; unsigned cost
#endif
unsigned totalcost = 0;
int inscoerc=0;
int procarg[MAXPROCARG];
int procarg[MAXPROCARG+1];
#ifdef ALLOW_NEXTEM
static int paniced;
char *savebp = 0;