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
d6c94761
Commit
d6c94761
authored
Jul 03, 2001
by
John van Groningen
Browse files
initialise compiler_id with -1,
to prevent incorrect result code for first codegenerator call
parent
3dfbfe97
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/apple_main.c
View file @
d6c94761
...
...
@@ -275,7 +275,7 @@ int do_command (char *command)
static
char
script_string
[
16001
];
#ifdef CLEAN2
int
compiler_id
;
int
compiler_id
=-
1
;
#else
extern
int
compiler_id
;
#endif
...
...
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