diff options
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index 3f0109c..bfc0294 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -1,9 +1 @@ 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 |