/[bison]/bison/lib/argmatch.c
ViewVC logotype

Diff of /bison/lib/argmatch.c

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

revision 1.5 by eggert, Fri Nov 22 00:30:58 2002 UTC revision 1.6 by eggert, Mon Mar 10 07:35:12 2003 UTC
# Line 1  Line 1 
1  /* argmatch.c -- find a match for a string in an array  /* argmatch.c -- find a match for a string in an array
2     Copyright (C) 1990, 1998, 1999, 2001, 2002 Free Software Foundation, Inc.  
3       Copyright (C) 1990, 1998, 1999, 2001, 2002, 2003 Free Software
4       Foundation, Inc.
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 44  Line 46 
46  # define ARGMATCH_QUOTING_STYLE locale_quoting_style  # define ARGMATCH_QUOTING_STYLE locale_quoting_style
47  #endif  #endif
48    
49    #ifndef EXIT_FAILURE
50    # define EXIT_FAILURE 1
51    #endif
52    
53  /* Non failing version of argmatch call this function after failing. */  /* Non failing version of argmatch call this function after failing. */
54  #ifndef ARGMATCH_DIE  #ifndef ARGMATCH_DIE
55  # define ARGMATCH_DIE exit (EXIT_FAILURE)  # define ARGMATCH_DIE exit (EXIT_FAILURE)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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