/[bison]/bison/src/main.c
ViewVC logotype

Diff of /bison/src/main.c

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

revision 1.40 by akim, Mon Nov 12 09:33:38 2001 UTC revision 1.41 by akim, Wed Nov 14 14:15:22 2001 UTC
# Line 119  main (int argc, char *argv[]) Line 119  main (int argc, char *argv[])
119    
120    output_files ();    output_files ();
121    
122    exit (complain_message_count ? 1 : 0);    return complain_message_count ? EXIT_FAILURE : EXIT_SUCCESS;
123  }  }
124    
125  /* Abort for an internal error denoted by string S.  */  /* Abort for an internal error denoted by string S.  */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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