Commit 8ddecd15 by Richard Kenner

Remove declarations of malloc and realloc.

From-SVN: r5635
parent 0f08a580
...@@ -21,10 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,10 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "hconfig.h" #include "hconfig.h"
#include "bi-parser.h" #include "bi-parser.h"
extern char *malloc ();
extern char *realloc ();
/* Current read buffer and point */ /* Current read buffer and point */
static char *buffer = NULL; static char *buffer = NULL;
static char *inpoint = NULL; static char *inpoint = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment