bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] remove dependency of xalloc on gettext, error, etc.


From: Jim Meyering
Subject: Re: [Bug-gnulib] remove dependency of xalloc on gettext, error, etc.
Date: Mon, 09 Aug 2004 12:34:44 +0200

Paul Eggert <address@hidden> wrote:
> Simon Josefsson <address@hidden> writes:
>
>> Like a xmalloc.c that does puts(strerror (ENOMEM)) instead of
>> requiring error + gettext, both of which are huge and complex.
>
> How about this patch instead?  It removes the dependency of xalloc on
> those other modules in a different way: by having the app specify
> xalloc_die, and by supplying a different module xalloc-die for apps
> that want the current behavior.

I like it.
Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]