Subject: Re: CVS commit: src/share/misc
To: John Hawkinson <jhawk@MIT.EDU>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 08/08/2003 20:04:34
> > Log Message:
> > Recommend EXIT_SUCCESS and EXIT_FAILURE for exit status, instead of directly
> > using 0 and 1 values, respectively.
> 
> Is there concensus on this? It seems unnecessarily restrictive,
> even merely as a guideline.

Dunno, I sort of prefer 0 and 1 - otherwise you just have to go and
lookup how the hash defines are used.

Nearly as bad as having:
#define FIVE 5
because someone said you can't have constants!

	David

-- 
David Laight: david@l8s.co.uk