diff options
author | johnvg | 2005-11-11 13:02:42 +0000 |
---|---|---|
committer | johnvg | 2005-11-11 13:02:42 +0000 |
commit | 84190f245ea91b8719bb03f49dcec2cf92fab34e (patch) | |
tree | 426656619fb459369c4a784a44c9f27aa048a874 /frontend/general.dcl | |
parent | use new selector descriptors for garbage collector (diff) |
remove code for compatibility with Clean 1.3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1559 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/general.dcl')
-rw-r--r-- | frontend/general.dcl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/frontend/general.dcl b/frontend/general.dcl index fa4f821..9ef927f 100644 --- a/frontend/general.dcl +++ b/frontend/general.dcl @@ -1,12 +1,7 @@ definition module general -/*2.0 -from StdEnv import instance <<< Int,class <<< (..),instance + Int,class + (..),instance ~ Int,class ~ (..) -0.2*/ -//1.3 -from StdEnv import <<<, +, ~ -from StdString import String -//3.1 +from StdFile import instance <<< Int,class <<< (..) +from StdInt import instance + Int,class + (..),instance ~ Int,class ~ (..) instance ~ Bool |