diff options
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index a2bb100..02d3f3e 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -7,6 +7,8 @@ switch_import_syntax one_point_three two_point_zero :== one_point_three SwitchPreprocessor preprocessor no_preprocessor :== preprocessor +SwitchGenerics on off :== off + // MV... // - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol) // - the (ModuleID _)-constructor is *not* yet shared |