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
34e0fbaf
Commit
34e0fbaf
authored
Oct 06, 2003
by
John van Groningen
Browse files
use False instead of FALSE, doesn't compile on linux
parent
de307f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.c
View file @
34e0fbaf
...
...
@@ -2843,7 +2843,7 @@ BERecordType (int moduleIndex, BEFlatTypeP lhs, BETypeNodeP constructorType, BEF
sdef
->
sdef_type
=
type
;
sdef
->
sdef_arity
=
constructorType
->
type_node_arity
;
sdef
->
sdef_boxed_record
=
F
ALSE
;
sdef
->
sdef_boxed_record
=
F
alse
;
// +++ change this
{
...
...
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