1
0
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:
Jim Meyering
1995-08-07 22:21:03 +00:00
parent a94a8dd402
commit d0e2b9c466
+2 -1
View File
@@ -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))