switch should be nimOldShiftRight with the nim prefix

This commit is contained in:
Araq
2019-05-29 17:06:39 +02:00
parent 88b5dd3362
commit dc5fa90b43
3 changed files with 3 additions and 3 deletions

View File

@@ -278,5 +278,5 @@ tcc.options.always = "-w"
--multimethods:on
--oldAst:on
--define:nimOldCaseObjects
--define:oldShiftRight
--define:nimOldShiftRight
@end