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
3814020b
Commit
3814020b
authored
Jan 30, 2007
by
John van Groningen
Browse files
remove di_instances, because it is always []
parent
d863aec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/check.icl
View file @
3814020b
...
...
@@ -3260,7 +3260,7 @@ where
=
replaceTwoDimArrElt
cai_component_nr
cai_index
TemporarilyFetchedAway
expl_imp_infos
(
all_belongs
,
dcl_modules
)
=
getBelongingSymbols
decl
dcl_modules
di_belonging
=
nsFromTo
(
nrOfBelongingSymbols
all_belongs
)
di
=
{
di_decl
=
decl
,
di_instances
=
[],
di_belonging
=
di_belonging
}
di
=
{
di_decl
=
decl
,
di_belonging
=
di_belonging
}
new_expl_imp_info
=
ExplImpInfo
eii_ident
(
ikhInsert`
False
mod_index
di
eii_declaring_modules
)
=
(
dcl_modules
,
{
expl_imp_infos
&
[
cai_component_nr
,
cai_index
]
=
new_expl_imp_info
},
cs_symbol_table
)
updateExplImpForMarkedLocalSymbol
_
_
entry
dcl_modules
expl_imp_infos
cs_symbol_table
...
...
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