Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-01-02 19:59:59 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-01-02 19:59:59 +0300
commit9cd4a2de61d35b0c80aae2faf75a3d9b8632eab5 (patch)
tree73be97d2c67277254769e43d19c2b0231a6d86fa /newlib/doc/makedoc.c
parentb7d9bb7e5e0d9839f1676593c4173685d24a380d (diff)
2007-01-02 Ben Elliston <bje@au.ibm.com>
* doc/makedoc.c: Include <stdlib.h>. (malloc, realloc): Remove extern declarations.
Diffstat (limited to 'newlib/doc/makedoc.c')
-rw-r--r--newlib/doc/makedoc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/doc/makedoc.c b/newlib/doc/makedoc.c
index 12dfc90dd..00ff75c42 100644
--- a/newlib/doc/makedoc.c
+++ b/newlib/doc/makedoc.c
@@ -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