diff options
author | johnvg | 2011-04-12 14:28:38 +0000 |
---|---|---|
committer | johnvg | 2011-04-12 14:28:38 +0000 |
commit | 16611833c11257bcf9f2cb425edb742092fb2aec (patch) | |
tree | 2ca6ec763867e1cf419e15685528c3461c2e79b3 /frontend/checksupport.dcl | |
parent | add BETypeSymbolNoMark to the 64 bit version (diff) |
allow qualified imports of class members
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1915 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.dcl')
-rw-r--r-- | frontend/checksupport.dcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl index d53df90..7de856d 100644 --- a/frontend/checksupport.dcl +++ b/frontend/checksupport.dcl @@ -48,11 +48,10 @@ cMacroDefs :== 9 cConversionTableSize :== 10 -:: *ExplImpInfos :== *{!*{!*ExplImpInfo}} +:: *ExplImpInfos :== *{#*{!*ExplImpInfo}} :: ExplImpInfo = ExplImpInfo Ident !.DeclaringModulesSet - | TemporarilyFetchedAway :: DeclaringModulesSet :== IntKeyHashtable DeclarationInfo |