aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r--frontend/checksupport.icl7
1 files changed, 2 insertions, 5 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl
index 0fb2843..49f2d07 100644
--- a/frontend/checksupport.icl
+++ b/frontend/checksupport.icl
@@ -17,9 +17,6 @@ cModuleScope :== 0
cGlobalScope :== 1
cRankTwoScope :== 2
-cIsNotADclModule :== False
-cIsADclModule :== True
-
cNeedStdArray :== 1
cNeedStdEnum :== 2
cNeedStdDynamic :== 4
@@ -97,8 +94,8 @@ where
}
:: CopiedDefinitions =
- { copied_type_defs :: [Index]
- , copied_class_defs :: [Index]
+ { copied_type_defs :: {#Bool}
+ , copied_class_defs :: {#Bool}
}
:: IclModule =