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
c77d8a39
Commit
c77d8a39
authored
Feb 13, 2002
by
John van Groningen
Browse files
don't try to read inline code from the abc file that is
being generated
parent
6a5c1ea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/checker_2.c
View file @
c77d8a39
...
...
@@ -93,7 +93,7 @@ void ReadInlineCode (void)
break
;
}
if
(
symbol
!=
NULL
)
if
(
symbol
!=
NULL
&&
d_mod
->
mod_name
->
symb_ident
->
ident_name
!=
CurrentModule
)
/* Get the inline instructions of all the rules that are defined in this module */
ScanInlineFile
(
d_mod
->
mod_name
->
symb_ident
->
ident_name
);
}
...
...
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