mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
This commit is contained in:
committed by
Andreas Rumpf
parent
e9ed4dccb6
commit
dbfc5c5a44
@@ -69,7 +69,7 @@ type
|
||||
wImplicitStatic, wGlobal, wCodegenDecl, wUnchecked, wGuard, wLocks,
|
||||
wPartial, wExplain, wLiftLocals,
|
||||
|
||||
wAuto, wBool, wCatch, wChar, wClass,
|
||||
wAuto, wBool, wCatch, wChar, wClass, wCompl
|
||||
wConst_cast, wDefault, wDelete, wDouble, wDynamic_cast,
|
||||
wExplicit, wExtern, wFalse, wFloat, wFriend,
|
||||
wGoto, wInt, wLong, wMutable, wNamespace, wNew, wOperator,
|
||||
@@ -156,7 +156,7 @@ const
|
||||
"asmnostackframe", "implicitstatic", "global", "codegendecl", "unchecked",
|
||||
"guard", "locks", "partial", "explain", "liftlocals",
|
||||
|
||||
"auto", "bool", "catch", "char", "class",
|
||||
"auto", "bool", "catch", "char", "class", "compl",
|
||||
"const_cast", "default", "delete", "double",
|
||||
"dynamic_cast", "explicit", "extern", "false",
|
||||
"float", "friend", "goto", "int", "long", "mutable",
|
||||
|
||||
Reference in New Issue
Block a user