Move realoc() decl to utils.c. s/realloc()/xrealloc()/.

This commit is contained in:
Andrew Cagney
2001-03-20 00:54:43 +00:00
parent 81b8eb809e
commit 0e52036f1f
7 changed files with 19 additions and 12 deletions

View File

@@ -951,10 +951,6 @@ extern double atof (const char *); /* X3.159-1989 4.10.1.1 */
extern PTR malloc ();
#endif
#ifdef NEED_DECLARATION_REALLOC
extern PTR realloc ();
#endif
#endif /* MALLOC_INCOMPATIBLE */
/* Various possibilities for alloca. */