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:
Jeff Johnston 2007-01-02 16:59:59 +00:00
parent b7d9bb7e5e
commit 9cd4a2de61
2 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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