bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] Re: Relicense exit.h under LGPL?


From: Simon Josefsson
Subject: [Bug-gnulib] Re: Relicense exit.h under LGPL?
Date: Sun, 03 Oct 2004 00:48:12 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> Simon Josefsson <address@hidden> writes:
>
>> exit.h is useful
>
> If you're willing to assume C89 or later, you don't need exit.h.
> Just include <stdlib.h>.
>
> If you really are trying to cater to ancient or nonstandard compilers,
> I would favor solving the problem using Autoconf instead of modifying
> your source code to include "exit.h".  Surely config.h can define
> EXIT_FAILURE if stdlib.h doesn't.

I only care about C89 or later.  Didn't know EXIT_* was C89.  So never
mind.

Thanks.





reply via email to

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