diff options
author | johnvg | 2001-09-06 11:48:37 +0000 |
---|---|---|
committer | johnvg | 2001-09-06 11:48:37 +0000 |
commit | 5aa2b12706e5549dd8ff2f424b8c0c68e4f521c5 (patch) | |
tree | 277a99fecee413bf70c8c50d83e6105e94e42da7 /frontend/checksupport.icl | |
parent | remove fun_index from FunDef (diff) |
check if StdStrictLists is imported
renamed cNeedStdDynamics as cNeedStdDynamic
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@747 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index b7d43ff..90e8880 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -22,8 +22,9 @@ cIsADclModule :== True cNeedStdArray :== 1 cNeedStdEnum :== 2 -cNeedStdDynamics:== 4 +cNeedStdDynamic :== 4 cNeedStdGeneric :== 8 // AA +cNeedStdStrictLists :== 16 :: Heaps = { hp_var_heap ::!.VarHeap |