diff options
Diffstat (limited to '4/9.c')
| -rw-r--r-- | 4/9.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #define ASSIGNMENT '2' /* signal that a variable was found */ #define VARIABLE '3' /* signal that a variable was found */ #define MAXVAL 100 /* max depth of val and var stack */ -#define BUFSIZE 100 +#define BUFSIZE 1 #define VARCOUNT 52 /* supported variable count */ #define INDEX(x) (x <= 'Z' ? x - 'A' : x - 71) /* index of the variable */ |
