summary refs log tree commit diff stats
path: root/lib/core
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-03-24 12:17:22 +0200
committerZahary Karadjov <zahary@gmail.com>2014-03-24 12:17:22 +0200
commite8c50640d7a4d386197b8508c82b26f5563060cb (patch)
tree2ea504e656ae44e0b78c0b7030b14f32bccc3942 /lib/core
parentd310b01db1c6f2c8e63a561c40352b17978e1bdb (diff)
downloadNim-e8c50640d7a4d386197b8508c82b26f5563060cb.tar.gz
failing test case preventing the use of --gc:v2: tsymchoicefield
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/macros.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index db2bbc5a4..8ccad8fe3 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -48,17 +48,17 @@ type
     nnkYieldStmt, nnkTryStmt, nnkFinally, nnkRaiseStmt,
     nnkReturnStmt, nnkBreakStmt, nnkContinueStmt, nnkBlockStmt, nnkStaticStmt,
     nnkDiscardStmt, nnkStmtList, 
-    
     nnkImportStmt,
     nnkImportExceptStmt,
     nnkExportStmt,
     nnkExportExceptStmt,
     nnkFromStmt,
     nnkIncludeStmt,
-    
     nnkBindStmt, nnkMixinStmt, nnkUsingStmt,
     nnkCommentStmt, nnkStmtListExpr, nnkBlockExpr,
-    nnkStmtListType, nnkBlockType, nnkTypeOfExpr, nnkObjectTy,
+    nnkStmtListType, nnkBlockType,
+    nnkWith, nnkWithout,
+    nnkTypeOfExpr, nnkObjectTy,
     nnkTupleTy, nnkTypeClassTy, nnkStaticTy,
     nnkRecList, nnkRecCase, nnkRecWhen,
     nnkRefTy, nnkPtrTy, nnkVarTy,
='n37' href='#n37'>37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58