diff options
author | johnvg | 2001-11-21 14:48:35 +0000 |
---|---|---|
committer | johnvg | 2001-11-21 14:48:35 +0000 |
commit | 27f4faa94e9f24d7f6edb1c489c0e0a423b3ea9a (patch) | |
tree | 1664cf026fad2db55f22d2d96fcef41f906b70d7 /frontend/compilerSwitches.icl | |
parent | tail recursion modulo cons for strict lists (diff) |
new explicit import syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@901 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 02d3f3e..09ac960 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -2,7 +2,7 @@ implementation module compilerSwitches PA_BUG on off :== off -switch_import_syntax one_point_three two_point_zero :== one_point_three +switch_import_syntax one_point_three two_point_zero :== two_point_zero /* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */ SwitchPreprocessor preprocessor no_preprocessor :== preprocessor |