X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxalloc-die.c;h=aba4a068d0e5bec62382e2b944c7bef40654a67d;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=a714e43fc4a08c630efad31282df85c5ce8ca36d;hpb=abac9b73490cd4d59a1e454c6ade5fd2073f2d2f;p=gnulib.git diff --git a/lib/xalloc-die.c b/lib/xalloc-die.c index a714e43fc..aba4a068d 100644 --- a/lib/xalloc-die.c +++ b/lib/xalloc-die.c @@ -22,10 +22,7 @@ #include -#ifndef GNULIB_LIBPOSIX #include "error.h" -#endif - #include "exitfail.h" #include "gettext.h" @@ -34,9 +31,7 @@ void xalloc_die (void) { -#ifndef GNULIB_LIBPOSIX error (exit_failure, 0, "%s", _("memory exhausted")); -#endif /* The `noreturn' cannot be given to error, since it may return if its first argument is 0. To help compilers understand the