diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index e7f41aae2..f3b294be2 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -31,11 +31,6 @@ | |||
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include "libbb.h" | 32 | #include "libbb.h" |
33 | 33 | ||
34 | /* same conditions as recursive_action */ | ||
35 | #define bb_need_memory_exhausted | ||
36 | #define BB_DECLARE_EXTERN | ||
37 | #include "../messages.c" | ||
38 | |||
39 | 34 | ||
40 | #ifndef DMALLOC | 35 | #ifndef DMALLOC |
41 | extern void *xmalloc(size_t size) | 36 | extern void *xmalloc(size_t size) |