summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-10 02:22:28 +0200
committerAraq <rumpf_a@web.de>2011-06-10 02:22:28 +0200
commit47caccabeb8d2349b73b333bcce3b17b36dbc7c1 (patch)
tree4650001ea8fe64cedc290920bc2cb3c4a1a576c4 /compiler/ast.nim
parent5f2d930a54c5b51e29b133f5e9753a8101092553 (diff)
parent8b98ba9a63a4ccbdb456802dda9b936baaa925b2 (diff)
downloadNim-47caccabeb8d2349b73b333bcce3b17b36dbc7c1.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-xcompiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index d1c10168a..673dae5e9 100755
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -352,7 +352,7 @@ type
     mNIntVal, mNFloatVal, mNSymbol, mNIdent, mNGetType, mNStrVal, mNSetIntVal, 
     mNSetFloatVal, mNSetSymbol, mNSetIdent, mNSetType, mNSetStrVal, 
     mNNewNimNode, mNCopyNimNode, mNCopyNimTree, mStrToIdent, mIdentToStr, 
-    mEqIdent, mEqNimrodNode, mNHint, mNWarning, mNError
+    mEqIdent, mEqNimrodNode, mNHint, mNWarning, mNError, mGetTypeInfo
 
 type 
   PNode* = ref TNode