summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-11 18:03:56 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-11 18:03:56 +0800
commit5af7d22c524af334d7d3c4cc81475d7778b94362 (patch)
tree86d404c8c4d256f0819d2fa8de616e0fe0660efb
parent2f502cbb50e8b5680013dfb28e553fdf9a7473e9 (diff)
downloadk&r-exercises-5af7d22c524af334d7d3c4cc81475d7778b94362.tar.gz
4.6
-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 */