summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4/6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/6.c b/4/6.c
index 47177c2..decfb63 100644
--- a/4/6.c
+++ b/4/6.c
@@ -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 */