diff options
author | johnvg | 2007-03-28 12:36:16 +0000 |
---|---|---|
committer | johnvg | 2007-03-28 12:36:16 +0000 |
commit | 9e14e0bf7db0df82688dda1c124497ba8de24f0b (patch) | |
tree | 69410eca4266a08a7297b82b3b93937bfc22c142 /frontend/checksupport.dcl | |
parent | fix module number test in function try_to_expand_synonym_type_in_main_dcl, (diff) |
fix "not imported" error if StdArray or StdEnum needs to be imported
and is explicitly imported
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1657 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.dcl')
-rw-r--r-- | frontend/checksupport.dcl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl index 9af55a6..763c15a 100644 --- a/frontend/checksupport.dcl +++ b/frontend/checksupport.dcl @@ -10,11 +10,11 @@ cModuleScope :== 0 cGlobalScope :== 1 cRankTwoScope :== 2 -cNeedStdArray :== 1 -cNeedStdEnum :== 2 -cNeedStdDynamic :== 4 -cNeedStdGeneric :== 8 -cNeedStdStrictLists :== 16 +cStdArrayImportMissing :== 1 +cStdEnumImportMissing :== 2 +cNeedStdDynamic :== 4 +cNeedStdGeneric :== 8 +cNeedStdStrictLists :== 16 :: VarHeap :== Heap VarInfo |