aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
authorjohnvg2001-06-28 12:37:16 +0000
committerjohnvg2001-06-28 12:37:16 +0000
commitff731f47addc035ed9548c182a61b11378bbdfd1 (patch)
treee82a3d9db43f71d97c934986f13cb0842ebe9b99 /frontend/compilerSwitches.icl
parentSjaak: removed 'dyn_uni_vars' from type 'DynamicExpr' (diff)
disable PA_bug
disable generics using a macro git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@508 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r--frontend/compilerSwitches.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index 959892e..f7ac566 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -1,8 +1,8 @@
implementation module compilerSwitches
-SupportGenerics :== False
+SwitchGenerics on off :== off
-PA_BUG on off :== on
+PA_BUG on off :== off
switch_import_syntax one_point_three two_point_zero :== one_point_three
/* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */