blob: 7e8c2ccd3268cee93e114a52b1f9ead525ebb8c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
definition 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
|