summaryrefslogtreecommitdiffstats
path: root/4/4.c
diff options
context:
space:
mode:
Diffstat (limited to '4/4.c')
-rw-r--r--4/4.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/4/4.c b/4/4.c
index ed443bf..a1e99e2 100644
--- a/4/4.c
+++ b/4/4.c
@@ -7,9 +7,6 @@
#define MAXVAL 100 /* max depth of val stack */
#define BUFSIZE 100
-// commands: +, -, *, /, %, p (prints the top one)
-// c (dups top), s (swaps top two), c (clear stack)
-
int sp = 0; /* next free stack position */
double val[MAXVAL]; /* value stack */