Skip to content
GitLab
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
70d5d767
Commit
70d5d767
authored
Jan 18, 2002
by
Ronny Wichers Schreur
🏢
Browse files
removed unused undefined record field, to make the module compilable with Clean 2
parent
2a4cca74
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/transform.icl
View file @
70d5d767
...
...
@@ -1502,7 +1502,7 @@ expandMacrosInBody fi_calls {cb_args,cb_rhs} fi_dynamics predef_symbols_for_tran
=
removeFunctionCallsFromSymbolTable
all_calls
es
.
es_fun_defs
es
.
es_symbol_table
((
merged_rhs
,
_),
es_var_heap
,
es_symbol_heap
,
es_error
)
=
mergeCases
rhs
rhss
es
.
es_var_heap
es
.
es_symbol_heap
es
.
es_error
(
new_rhs
,
new_args
,
local_vars
,
{
cos_error
,
cos_var_heap
,
cos_symbol_heap
,
cos_used_dynamics
})
(
new_rhs
,
new_args
,
local_vars
,
{
cos_error
,
cos_var_heap
,
cos_symbol_heap
})
=
determineVariablesAndRefCounts
cb_args
merged_rhs
{
cos_error
=
es_error
,
cos_var_heap
=
es_var_heap
,
cos_symbol_heap
=
es_symbol_heap
,
cos_predef_symbols_for_transform
=
predef_symbols_for_transform
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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