diff options
author | diederik | 2001-10-01 12:33:17 +0000 |
---|---|---|
committer | diederik | 2001-10-01 12:33:17 +0000 |
commit | ea1106e5a62f951f46fc79b3248a9d61c15254c5 (patch) | |
tree | ea5a93e282c29041713d6a8eda68fb5cfa69b92a /frontend/compilerSwitches.icl | |
parent | removed erroneous, unused function (diff) |
Add fusion commandline flag
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@805 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index 5b307dc..a2bb100 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -5,8 +5,6 @@ PA_BUG on off :== off switch_import_syntax one_point_three two_point_zero :== one_point_three /* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */ -SwitchFusion fuse dont_fuse :== dont_fuse - SwitchPreprocessor preprocessor no_preprocessor :== preprocessor // MV... |