aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
authormartijnv2001-12-18 08:43:24 +0000
committermartijnv2001-12-18 08:43:24 +0000
commita85a5611ff3019b22d53833144790ed07706f933 (patch)
tree76f393933b1e13058b116af146cf7264641b2a25 /frontend/compilerSwitches.icl
parentno message (diff)
restored cocl.prj, compilerSwitches.{icl,dcl} because the cvs-versions
were overwritten by accident. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@945 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r--frontend/compilerSwitches.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index 4fcf7c5..09ac960 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 :== on; // to turn dynamics on or off
+switch_dynamics on off :== off; // to turn dynamics on or off
// ...MV