diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-03-24 12:17:22 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-03-24 12:17:22 +0200 |
commit | e8c50640d7a4d386197b8508c82b26f5563060cb (patch) | |
tree | 2ea504e656ae44e0b78c0b7030b14f32bccc3942 /lib/core | |
parent | d310b01db1c6f2c8e63a561c40352b17978e1bdb (diff) | |
download | Nim-e8c50640d7a4d386197b8508c82b26f5563060cb.tar.gz |
failing test case preventing the use of --gc:v2: tsymchoicefield
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 6 |
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, |