From 8313c398618b4e3e2eac669048af59437a2606e9 Mon Sep 17 00:00:00 2001 From: martijnv Date: Mon, 27 Aug 2001 12:28:55 +0000 Subject: 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 --- frontend/compilerSwitches.dcl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'frontend/compilerSwitches.dcl') 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 -- cgit v1.2.3