summaryrefslogtreecommitdiff
path: root/src/astnode.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-29 15:53:38 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-29 15:53:38 -0700
commit1bd7f709f5217b248fcb3a4c7be2eeca84fec795 (patch)
tree9c146a63d57eb60542b22271dfdcec363ae2af84 /src/astnode.h
parent162ccd918698f53ef9ff7ba80091969d93aa789d (diff)
downloadstage-1bd7f709f5217b248fcb3a4c7be2eeca84fec795.tar.gz
stage-1bd7f709f5217b248fcb3a4c7be2eeca84fec795.tar.bz2
stage-1bd7f709f5217b248fcb3a4c7be2eeca84fec795.tar.xz
stage-1bd7f709f5217b248fcb3a4c7be2eeca84fec795.zip
This commit...I dunno
I'm using a different version of everything, and I don't know if it's forward compatible or not.
Diffstat (limited to 'src/astnode.h')
-rw-r--r--src/astnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astnode.h b/src/astnode.h
index 28e5336..c0a8eea 100644
--- a/src/astnode.h
+++ b/src/astnode.h
@@ -29,6 +29,7 @@ public:
29 tMultiplyStore = 0x01000011, 29 tMultiplyStore = 0x01000011,
30 tNegate = 0x01000012, 30 tNegate = 0x01000012,
31 tIn = 0x01000013, 31 tIn = 0x01000013,
32 tGoto = 0x01000014,
32 33
33 tLeafLiteral = 0x02000000, 34 tLeafLiteral = 0x02000000,
34 tVarName = 0x02000001, 35 tVarName = 0x02000001,