diff options
author | ronny | 2002-09-19 12:44:20 +0000 |
---|---|---|
committer | ronny | 2002-09-19 12:44:20 +0000 |
commit | 86feb5e423baf83b69561ecdd4904b6816df2f06 (patch) | |
tree | 16a6a063b7aeade991b96a099328d0b710050a16 /frontend/compilerSwitches.dcl | |
parent | Add 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.dcl')
-rw-r--r-- | frontend/compilerSwitches.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl index 0223018..7205465 100644 --- a/frontend/compilerSwitches.dcl +++ b/frontend/compilerSwitches.dcl @@ -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 |