projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c390f
)
Declare xmalloc, xrealloc rather than including xalloc.h.
author
Jim Meyering
<jim@meyering.net>
Mon, 7 Aug 1995 22:21:03 +0000
(22:21 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 7 Aug 1995 22:21:03 +0000
(22:21 +0000)
lib/readtokens.c
patch
|
blob
|
history
diff --git
a/lib/readtokens.c
b/lib/readtokens.c
index c1b80a24d1638093b5933f96f7418dfbe3b80396..0bd66922461119c4b6bb26996bcece2ad31ae8bc 100644
(file)
--- a/
lib/readtokens.c
+++ b/
lib/readtokens.c
@@
-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))