blob: 3f0109cf1b4d045183a5477d1522c4f242f7d89a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
implementation module compilerSwitches
switch_import_syntax one_point_three two_point_zero :== two_point_zero
/* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */
SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
SwitchGenerics on off :== on
SwitchGenericInfo on off :== on
|