diff options
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r-- | frontend/compilerSwitches.dcl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl index f0683a2..4bded90 100644 --- a/frontend/compilerSwitches.dcl +++ b/frontend/compilerSwitches.dcl @@ -1,6 +1,6 @@ definition module compilerSwitches -SwitchGenerics on off :== on +SwitchGenerics on off :== off PA_BUG on off :== off @@ -10,3 +10,10 @@ switch_import_syntax one_point_three two_point_zero :== one_point_three SwitchFusion fuse dont_fuse :== dont_fuse SwitchPreprocessor preprocessor no_preprocessor :== preprocessor + +// MV... +// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol) +// - the (ModuleID _)-constructor is *not* yet shared + +USE_DummyModuleName yes no :== yes +// ...MV |