From 8943e228e20f892c73b1a9aa1a4f2d4ef7a36d86 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 12 Dec 2021 16:51:26 +0800 Subject: 4.8 --- 4/8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4') diff --git a/4/8.c b/4/8.c index 46b0b3f..355b29a 100644 --- a/4/8.c +++ b/4/8.c @@ -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 */ -- cgit v1.2.3