diff options
author | martinw | 2001-03-02 11:04:51 +0000 |
---|---|---|
committer | martinw | 2001-03-02 11:04:51 +0000 |
commit | a9d0a3079a558d012ac5ca0e6f5f51a1b6de54ff (patch) | |
tree | 28fd74cc3a4835e53d648136c83c526611172970 /frontend/checksupport.icl | |
parent | bugfix: compiler couldn't detect following inconsistency: (diff) |
making compiler self compilable (this doesn't say anything about the
quality of the generated executable)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@314 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 7eb91eb..13b3ef0 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -75,7 +75,7 @@ where , dcls_local_for_import ::!{!Declaration} } -:: ExplImpInfos :== {!{!.ExplImpInfo}} +:: *ExplImpInfos :== *{!*{!*ExplImpInfo}} :: ExplImpInfo = ExplImpInfo Ident !.DeclaringModulesSet |