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
ab6766f3
Commit
ab6766f3
authored
Apr 30, 2019
by
johnvg@science.ru.nl
Browse files
fix sdef_module initialization in backend
parent
f678810e
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.c
View file @
ab6766f3
...
...
@@ -744,7 +744,7 @@ BESpecialArrayFunctionSymbol (BEArrayFunKind arrayFunKind, int functionIndex, in
newRuleType
->
rule_type_rule
=
newTypeAlt
;
newsdef
->
sdef_ident
=
newIdent
;
newsdef
->
sdef_module
=
gBEState
.
be_icl
.
beicl_module
->
im_name
->
symb_de
f
->
s
de
f_module
;
/* phew! */
newsdef
->
sdef_module
=
gBEState
.
be_icl
.
beicl_module
->
im_name
->
symb_
i
de
nt
->
i
de
nt_name
;
newsdef
->
sdef_mark
=
0
;
newsdef
->
sdef_isused
=
True
;
newsdef
->
sdef_exported
=
False
;
...
...
Write
Preview
Markdown
is supported
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