aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/compilerSwitches.dcl2
-rw-r--r--frontend/compilerSwitches.icl2
2 files changed, 0 insertions, 4 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl
index a1e98d7..db97bbd 100644
--- a/frontend/compilerSwitches.dcl
+++ b/frontend/compilerSwitches.dcl
@@ -12,7 +12,5 @@ SwitchGenericInfo on off :== on
// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol)
// - the (ModuleID _)-constructor is *not* yet shared
-USE_DummyModuleName yes no :== yes
-
switch_dynamics on off :== on; // to turn dynamics on or off
// ...MV
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index 49a5c1b..d04aa38 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -12,7 +12,5 @@ SwitchGenericInfo on off :== on
// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol)
// - the (ModuleID _)-constructor is *not* yet shared
-USE_DummyModuleName yes no :== yes
-
switch_dynamics on off :== on; // to turn dynamics on or off
// ...MV