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

Diff of /bison/src/getargs.c

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

revision 1.51 by eggert, Wed Dec 11 06:30:36 2002 UTC revision 1.52 by eggert, Fri Dec 13 07:54:02 2002 UTC
# Line 1  Line 1 
1  /* Parse command line arguments for bison.  /* Parse command line arguments for Bison.
2    
3     Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002     Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002
4     Free Software Foundation, Inc.     Free Software Foundation, Inc.
5    
# Line 320  getargs (int argc, char *argv[]) Line 321  getargs (int argc, char *argv[])
321  {  {
322    int c;    int c;
323    
324    while ((c = getopt_long (argc, argv, short_options, long_options, NULL)) != EOF)    while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
325             != -1)
326      switch (c)      switch (c)
327        {        {
328        case 0:        case 0:

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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