mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-31 04:50:19 +02:00
Declare xmalloc, xrealloc rather than including xalloc.h.
This commit is contained in:
+2
-1
@@ -49,7 +49,8 @@
|
||||
#endif /* not STDC_HEADERS and not HAVE_STRING_H */
|
||||
|
||||
#include "readtokens.h"
|
||||
#include "xalloc.h"
|
||||
void *xmalloc ();
|
||||
void *xrealloc ();
|
||||
|
||||
#define STREQ(a,b) ((a) == (b) || ((a) && (b) && *(a) == *(b) \
|
||||
&& strcmp(a, b) == 0))
|
||||
|
||||
Reference in New Issue
Block a user