m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/Attic/builtin.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/Attic/builtin.c,v [branch-1_4]
Date: Thu, 15 Jun 2006 21:51:38 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/15 21:51:37

Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.10
retrieving revision 1.1.1.1.2.11
diff -u -b -r1.1.1.1.2.10 -r1.1.1.1.2.11
--- src/builtin.c       15 Jun 2006 21:29:16 -0000      1.1.1.1.2.10
+++ src/builtin.c       15 Jun 2006 21:51:37 -0000      1.1.1.1.2.11
@@ -1716,7 +1716,7 @@
            }
          else
            {
-             for (i = 0; isdigit (*text); text++)
+             for (i = 0; isdigit (to_uchar (*text)); text++)
                i = i*10 + (*text - '0');
            }
          if (i < argc)




reply via email to

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