/[bison]/bison/src/system.h
ViewVC logotype

Diff of /bison/src/system.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23.2.5 by akim, Mon Nov 12 10:11:49 2001 UTC revision 1.23.2.6 by akim, Wed Nov 14 14:14:48 2001 UTC
# Line 40  Line 40 
40  # include <stdlib.h>  # include <stdlib.h>
41  #endif  #endif
42    
43    /* The following test is to work around the gross typo in
44       systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE
45       is defined to 0, not 1.  */
46    #if !EXIT_FAILURE
47    # undef EXIT_FAILURE
48    # define EXIT_FAILURE 1
49    #endif
50    
51    #ifndef EXIT_SUCCESS
52    # define EXIT_SUCCESS 0
53    #endif
54    
55  #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
56  # include <unistd.h>  # include <unistd.h>
57  #endif  #endif

Legend:
Removed from v.1.23.2.5  
changed lines
  Added in v.1.23.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26