diff options
author | johnvg | 2010-07-02 12:46:36 +0000 |
---|---|---|
committer | johnvg | 2010-07-02 12:46:36 +0000 |
commit | a5e9781ff70db7656a8e9f3d3e4bd8437a1a873f (patch) | |
tree | d1d0b84d33f972470aa2e04c8c9875a96a429f4b /frontend/explicitimports.dcl | |
parent | scan 'ModuleName'.Symbol or 'ModuleName'. OperatorSymbol (diff) |
remove use of the icl functions array by function
checkExplicitImportCompleteness, because it is not used because
imported definitions cannot use local macros.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1788 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r-- | frontend/explicitimports.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl index 5eec130..334b9e6 100644 --- a/frontend/explicitimports.dcl +++ b/frontend/explicitimports.dcl @@ -31,8 +31,8 @@ solveExplicitImports :: !(IntKeyHashtable [ExplicitImport]) !{#Int} !Index -> (!.SolvedImports,! (!v:{#DclModule},!.{#Int},!{!.ExplImpInfo},!.CheckState)) checkExplicitImportCompleteness :: ![([Declaration], Position)] ![([Declaration], Int, Position)] - !*{#DclModule} !*{#FunDef} !*{#*{#FunDef}} !*ExpressionHeap !*CheckState - -> (!.{#DclModule},!.{#FunDef},!*{#*{#FunDef}},!.ExpressionHeap,!.CheckState) + !*{#DclModule} !*{#*{#FunDef}} !*ExpressionHeap !*CheckState + -> (!.{#DclModule},!*{#*{#FunDef}},!.ExpressionHeap,!.CheckState) store_qualified_explicit_imports_in_symbol_table :: ![([Declaration],Int,Position)] ![(SymbolPtr,STE_Kind)] !*SymbolTable *{#DclModule} -> (![(SymbolPtr,STE_Kind)],!*SymbolTable,!*{#DclModule}) |