From b63df62ce195d7ec333f21ac18379dc30e5e5297 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 1997 20:11:54 +0000 Subject: [obstack_chunk_alloc]: Define to malloc, not xmalloc to work better with new obstack functions. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index df71ce23b..d3a4f7958 100644 --- a/src/ls.c +++ b/src/ls.c @@ -69,7 +69,7 @@ #include "argmatch.h" #include "xstrtol.h" -#define obstack_chunk_alloc xmalloc +#define obstack_chunk_alloc malloc #define obstack_chunk_free free #ifndef INT_MAX -- cgit v1.2.3-70-g09d2