From 5af7d22c524af334d7d3c4cc81475d7778b94362 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 11 Dec 2021 18:03:56 +0800 Subject: 4.6 --- 4/6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4/6.c') 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 */ -- cgit v1.2.3