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
73c1e938
Commit
73c1e938
authored
May 17, 2001
by
clean
Browse files
gBytesLeft = 0 instead of NULL
parent
49febe03
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backendsupport.c
View file @
73c1e938
...
...
@@ -171,7 +171,7 @@ FreeConvertBuffers (void)
gFirstBuffer
=
NULL
;
gCurrentBuffer
=
NULL
;
gBytesLeft
=
NULL
;
gBytesLeft
=
0
;
}
/* FreeConvertBuffers */
void
*
...
...
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