diff options
author | ronny | 2003-06-13 13:39:31 +0000 |
---|---|---|
committer | ronny | 2003-06-13 13:39:31 +0000 |
commit | d0c7c1ca3491980e3819aa965f835b56ee5c65d3 (patch) | |
tree | b0a61dbd12a747de7478f7f37cf8080ab74810d8 /frontend/compilerSwitches.icl | |
parent | Bug fixs in universally quantified types: Attribute variables of universal ty... (diff) |
removed PA bug workaround
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1342 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 fff8e71..49a5c1b 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -1,7 +1,5 @@ implementation module compilerSwitches -PA_BUG on off :== off - 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 */ |