diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
commit | 9de9d4e733ce872806c569334af4c9ace01db203 (patch) | |
tree | cd401af5f0e158807238d6f9215f16a2c202b3dc /src/astnode.h | |
parent | 315dd7104f02a278b9ade41345060ed5f6825fbb (diff) | |
download | stage-0.04.tar.gz stage-0.04.tar.bz2 stage-0.04.tar.xz stage-0.04.zip |
Important bugfix in stack code. Thanks david!0.04
Diffstat (limited to 'src/astnode.h')
-rw-r--r-- | src/astnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
36 | tAppend = 0x01000018, | 36 | tAppend = 0x01000018, |
37 | tInsert = 0x01000019, | 37 | tInsert = 0x01000019, |
38 | tIndex = 0x0100001A, | 38 | tIndex = 0x0100001A, |
39 | tPop = 0x0100001B, | ||
39 | 40 | ||
40 | tLeafLiteral = 0x02000000, | 41 | tLeafLiteral = 0x02000000, |
41 | tVarName = 0x02000001, | 42 | tVarName = 0x02000001, |