aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.icl
diff options
context:
space:
mode:
authorjohnvg2002-06-17 11:53:07 +0000
committerjohnvg2002-06-17 11:53:07 +0000
commitb9d3c2066f3cd10cf0fcda8fb2a6148b6a93ad88 (patch)
treeb518ce7cc52adbb04939e00ac74fd6068238c93b /frontend/postparse.icl
parentremoved double alternative for TVI_TypeKind in <<< (diff)
removed ignored !'s
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1099 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/postparse.icl')
-rw-r--r--frontend/postparse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.icl b/frontend/postparse.icl
index d7e4dee..9b76812 100644
--- a/frontend/postparse.icl
+++ b/frontend/postparse.icl
@@ -102,7 +102,7 @@ addFunctionsRange fun_defs ca
= ca!ca_fun_count
= ({ir_from = frm, ir_to = to}, ca)
where
- add_function :: FunDef !*CollectAdmin -> !*CollectAdmin
+ add_function :: FunDef !*CollectAdmin -> *CollectAdmin
add_function fun_def ca=:{ca_fun_count, ca_rev_fun_defs}
= {ca & ca_fun_count = ca.ca_fun_count + 1
, ca_rev_fun_defs = [fun_def : ca.ca_rev_fun_defs]