diff options
author | martijnv | 2001-08-30 08:27:35 +0000 |
---|---|---|
committer | martijnv | 2001-08-30 08:27:35 +0000 |
commit | ecadeb5fc3e3a9dc8d5f4984f163499c10133f28 (patch) | |
tree | f6e66dea09efcc0d2563ca864c92345d7efd758d /frontend/compilerSwitches.dcl | |
parent | This 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.dcl')
-rw-r--r-- | frontend/compilerSwitches.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl index 4bded90..8186797 100644 --- a/frontend/compilerSwitches.dcl +++ b/frontend/compilerSwitches.dcl @@ -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 |