From 9de9d4e733ce872806c569334af4c9ace01db203 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 6 Feb 2012 12:22:27 -0700 Subject: Important bugfix in stack code. Thanks david! --- src/astnode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/astnode.h') diff --git a/src/astnode.h b/src/astnode.h index a1215ed..94394f0 100644 --- a/src/astnode.h +++ b/src/astnode.h @@ -36,6 +36,7 @@ public: tAppend = 0x01000018, tInsert = 0x01000019, tIndex = 0x0100001A, + tPop = 0x0100001B, tLeafLiteral = 0x02000000, tVarName = 0x02000001, -- cgit v1.2.3