/[global]/global/libglibc/getopt.c
ViewVC logotype

Diff of /global/libglibc/getopt.c

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

revision 1.2 by shigio, Sun Apr 10 11:48:26 2005 UTC revision 1.3 by shigio, Mon Apr 11 12:52:27 2005 UTC
# Line 489  _getopt_internal (argc, argv, optstring, Line 489  _getopt_internal (argc, argv, optstring,
489        const struct option *pfound = NULL;        const struct option *pfound = NULL;
490        int exact = 0;        int exact = 0;
491        int ambig = 0;        int ambig = 0;
492        int indfound;        int indfound = 0;
493        int option_index;        int option_index;
494    
495        for (nameend = nextchar; *nameend && *nameend != '='; nameend++)        for (nameend = nextchar; *nameend && *nameend != '='; nameend++)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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