aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.dcl
diff options
context:
space:
mode:
authormartijnv2001-08-27 12:28:55 +0000
committermartijnv2001-08-27 12:28:55 +0000
commit8313c398618b4e3e2eac669048af59437a2606e9 (patch)
treeae3357a141b92a05162e97f7d972a78e6dcd04ea /frontend/compilerSwitches.dcl
parentThis commit was generated by cvs2svn to compensate for changes in r664, (diff)
bug fixes, ModuleID argument in T_ypeConsSymbol, added _SystemDynamic
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@674 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r--frontend/compilerSwitches.dcl9
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