summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a256143..7829547 100644
--- a/src/main.c
+++ b/src/main.c
@@ -814,7 +814,7 @@ gen_stmt(Node *node, Node *fname, int break_lbl)
break;
case NOD_EXPR_STMT:
gen_expr(node->lhs);
- printf("\tPOP ( discard stack )\n");
+ printf("\tPOP\n");
depth -= 1;
break;
case NOD_RETURN_STMT: