2007-01-02 Ben Elliston <bje@au.ibm.com>
* doc/makedoc.c: Include <stdlib.h>. (malloc, realloc): Remove extern declarations.
This commit is contained in:
parent
b7d9bb7e5e
commit
9cd4a2de61
@ -1,3 +1,8 @@
|
||||
2007-01-02 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* doc/makedoc.c: Include <stdlib.h>.
|
||||
(malloc, realloc): Remove extern declarations.
|
||||
|
||||
2005-12-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* NEWS: Update with 1.15.0 info.
|
||||
|
@ -37,11 +37,9 @@ There is no
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
extern PTR malloc();
|
||||
extern PTR realloc();
|
||||
|
||||
#define DEF_SIZE 5000
|
||||
#define STACK 50
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user