aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorronny2001-12-12 16:28:49 +0000
committerronny2001-12-12 16:28:49 +0000
commit316dfe33c2b9978c9bb43def249ed947cc0c6012 (patch)
treedda96db80d3681e4265ffe1569c5637f61097592 /frontend
parentdon't allow strict #! lets in macro bodies (diff)
removed work around for 2.0 compiler bug
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@933 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/predef.icl7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/predef.icl b/frontend/predef.icl
index 8519287..2a6ba74 100644
--- a/frontend/predef.icl
+++ b/frontend/predef.icl
@@ -198,13 +198,6 @@ GetTupleTypeIndex tup_arity :== PD_Arity2TupleType + tup_arity - 2
predefined_idents :: {!Ident}
predefined_idents
-// RWS: work around for 2.0 compiler bug
-// predefined_idents is not parsed as a CAF because of the #-definitions
- =: build_predefined_idents
-
-build_predefined_idents :: {!Ident}
-build_predefined_idents
-// ... RWS
# idents = createArray PD_NrOfPredefSymbols {id_name="",id_info=nilPtr}
# idents = { idents &
[PD_ConsSymbol] = i PD_ConsSymbol_String,