Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
6e9de971
Commit
6e9de971
authored
Dec 12, 2001
by
Ronny Wichers Schreur
🏘
Browse files
removed work around for 2.0 compiler bug
parent
763c68f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/predef.icl
View file @
6e9de971
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment