summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4/6.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/4/6.c b/4/6.c
index 9a9bc18..ab4fb1a 100644
--- a/4/6.c
+++ b/4/6.c
@@ -11,9 +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. Upper case letters reserved \
- */
+#define VARCOUNT 26 /* supported variable count */
int sp = 0; /* next free stack position */
double val[MAXVAL]; /* value stack */