Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e9b309ac
Commit
e9b309ac
authored
Mar 28, 2000
by
Dave Love
Browse files
Include stdio.h. Test STDC_HEADERS, not __STDC__.
parent
ed0767d8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
src/ChangeLog
src/ChangeLog
+14
-0
src/alloc.c
src/alloc.c
+2
-1
No files found.
src/ChangeLog
View file @
e9b309ac
No preview for this file type
src/alloc.c
View file @
e9b309ac
...
@@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
...
@@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#include <config.h>
#include <config.h>
#include <stdio.h>
/* Note that this declares bzero on OSF/1. How dumb. */
/* Note that this declares bzero on OSF/1. How dumb. */
...
@@ -58,7 +59,7 @@ extern char *sbrk ();
...
@@ -58,7 +59,7 @@ extern char *sbrk ();
/* The following come from gmalloc.c. */
/* The following come from gmalloc.c. */
#if defined (
__
STDC_
_) && __STDC__
#if defined (STDC_
HEADERS)
#include <stddef.h>
#include <stddef.h>
#define __malloc_size_t size_t
#define __malloc_size_t size_t
#else
#else
...
...
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