m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/lib/Attic/getopt.c,v [branch]


From: Eric Blake
Subject: Changes to m4/lib/Attic/getopt.c,v [branch]
Date: Wed, 07 Jun 2006 03:54:10 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch
Changes by:     Eric Blake <ericb>      06/06/07 03:54:09

Index: lib/getopt.c
===================================================================
RCS file: /sources/m4/m4/lib/Attic/getopt.c,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -u -b -r1.1.1.1.2.3 -r1.1.1.1.2.4
--- lib/getopt.c        31 May 2006 22:54:13 -0000      1.1.1.1.2.3
+++ lib/getopt.c        7 Jun 2006 03:54:09 -0000       1.1.1.1.2.4
@@ -475,7 +475,7 @@
       const struct option *pfound = NULL;
       int exact = 0;
       int ambig = 0;
-      int indfound;
+      int indfound = 0;
       int option_index;
 
       for (nameend = nextchar; *nameend && *nameend != '='; nameend++)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]