diff options
author | Araq <rumpf_a@web.de> | 2011-06-10 02:22:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-10 02:22:28 +0200 |
commit | 47caccabeb8d2349b73b333bcce3b17b36dbc7c1 (patch) | |
tree | 4650001ea8fe64cedc290920bc2cb3c4a1a576c4 /compiler/ast.nim | |
parent | 5f2d930a54c5b51e29b133f5e9753a8101092553 (diff) | |
parent | 8b98ba9a63a4ccbdb456802dda9b936baaa925b2 (diff) | |
download | Nim-47caccabeb8d2349b73b333bcce3b17b36dbc7c1.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-x | compiler/ast.nim | 2 |
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 |