allow .experimental in a .push/pop environment; refs #8676

This commit is contained in:
Araq
2018-08-27 11:20:30 +02:00
parent 57a291db33
commit c0c8828d9f
4 changed files with 61 additions and 18 deletions

View File

@@ -22,6 +22,7 @@ type
defaultCC*: TCallingConvention
dynlib*: PLib
notes*: TNoteKinds
features*: set[Feature]
otherPragmas*: PNode # every pragma can be pushed
POptionEntry* = ref TOptionEntry