Martin Lambers wrote:
> > But EX_OK is semantically the same as EXIT_SUCCESS. So what about this
> > patch?
>
> I think that the value 0 for EX_OK is obvious enough, so that the extra
> dependency on the exit module does not provide any real benefits.
OK, I've added EX_OK as 0 now. Sorry for the extremely long delay.
Bruno
2006-01-09 Bruno Haible <[EMAIL PROTECTED]>
* sysexit_.h (EX_OK): New macro.
Suggested by Martin Lambers <[EMAIL PROTECTED]>.
*** lib/sysexit_.h 14 May 2005 06:03:58 -0000 1.2
--- lib/sysexit_.h 9 Jan 2006 21:47:32 -0000
***************
*** 20,25 ****
--- 20,27 ----
#ifndef _SYSEXITS_H
#define _SYSEXITS_H
+ #define EX_OK 0 /* same value as EXIT_SUCCESS */
+
#define EX_USAGE 64
#define EX_DATAERR 65
#define EX_NOINPUT 66
_______________________________________________
bug-gnulib mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnulib