aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
authormartijnv2001-08-30 08:27:35 +0000
committermartijnv2001-08-30 08:27:35 +0000
commitecadeb5fc3e3a9dc8d5f4984f163499c10133f28 (patch)
treef6e66dea09efcc0d2563ca864c92345d7efd758d /frontend/compilerSwitches.icl
parentThis commit was generated by cvs2svn to compensate for changes in r695, (diff)
added switch_dynamics in module compilerSwitches. Standard dynamics are
turned off. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@697 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r--frontend/compilerSwitches.icl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index ef175a3..141a858 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -16,4 +16,6 @@ SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
// - the (ModuleID _)-constructor is *not* yet shared
USE_DummyModuleName yes no :== yes
+
+switch_dynamics on off :== off; // to turn dynamics on or off
// ...MV