Simon Josefsson <[EMAIL PROTECTED]> writes: > Can't the sysexit.h file assume C89, and use EXIT_SUCCESS without > requiring the exit module? It seems a somewhat complicated dependency > for something everyone already know is 0.
C89 says that 0 is also a successful exit code. Is there an advantage to defining EX_OK to EXIT_SUCCESS over defining it to 0? -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib