diff options
Diffstat (limited to '4/6.c')
| -rw-r--r-- | 4/6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define VARIABLE '3' /* signal that a variable was found */ #define MAXVAL 100 /* max depth of val and var stack */ #define BUFSIZE 100 -#define VARCOUNT 26 /* supported variable count */ +#define VARCOUNT 51 /* supported variable count */ #define LASTPRINT 'L' /* variable for most recently printed val */ int sp = 0; /* next free stack position */ |
