aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
authorronny2002-09-19 12:44:20 +0000
committerronny2002-09-19 12:44:20 +0000
commit86feb5e423baf83b69561ecdd4904b6816df2f06 (patch)
tree16a6a063b7aeade991b96a099328d0b710050a16 /frontend/compilerSwitches.icl
parentAdd SK_GeneratedCaseFunction for dynamic cases fix (diff)
major rewrite dynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1197 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 4a31b5e..fff8e71 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -7,7 +7,7 @@ switch_import_syntax one_point_three two_point_zero :== two_point_zero
SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
-SwitchGenerics on off :== off
+SwitchGenerics on off :== on
SwitchGenericInfo on off :== on
// MV...
@@ -16,5 +16,5 @@ SwitchGenericInfo on off :== on
USE_DummyModuleName yes no :== yes
-switch_dynamics on off :== off; // to turn dynamics on or off
+switch_dynamics on off :== on; // to turn dynamics on or off
// ...MV