diff options
author | martijnv | 2001-12-18 08:32:26 +0000 |
---|---|---|
committer | martijnv | 2001-12-18 08:32:26 +0000 |
commit | 1738aef3c8c4af6f0af599365def8b818e1e208d (patch) | |
tree | 33f780cceec941b34da77d405ed5cf85711e66f5 /frontend/compilerSwitches.icl | |
parent | implement pattern matching of strict, unboxed and overloaded lists (diff) |
no message
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@944 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index 09ac960..4fcf7c5 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -15,5 +15,5 @@ SwitchGenerics on off :== off 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 |