diff options
author | ronny | 2002-09-20 08:40:45 +0000 |
---|---|---|
committer | ronny | 2002-09-20 08:40:45 +0000 |
commit | 97560231e2b243d0dd3cac4b689c8cf37eaa192f (patch) | |
tree | 168bca9727288fc90dda4baac8e9159a1098d24a /frontend/frontend.dcl | |
parent | bug fixed: check if overloading is solved in type codes, removed some unused ... (diff) |
switch to 2.0 syntax, remove duplicated definitions from icl modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1200 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index bccf65b..171d1c3 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -3,14 +3,8 @@ */ definition module frontend -/*2.0 from scanner import ::SearchPaths -from general import ::Optional, Yes, No -0.2*/ -//1.3 -from scanner import SearchPaths -from general import Optional, Yes, No -//3.1 +from general import ::Optional (Yes, No) import checksupport, transform, overloading :: FrontEndOptions |