forked from Imagelibrary/binutils-gdb
Move realoc() decl to utils.c. s/realloc()/xrealloc()/.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user