CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/07 18:46:42

Index: lib/regex.c
===================================================================
RCS file: /sources/m4/m4/lib/Attic/regex.c,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -u -b -r1.1.1.1.2.5 -r1.1.1.1.2.6
--- lib/regex.c 7 Jun 2006 03:54:09 -0000       1.1.1.1.2.5
+++ lib/regex.c 7 Jun 2006 18:46:42 -0000       1.1.1.1.2.6
@@ -4890,7 +4890,7 @@
 
 static int
 bcmp_translate (s1, s2, len, translate)
-     unsigned const char *s1, *s2;
+     const unsigned char *s1, *s2;
      register int len;
      char *translate;
 {


Reply via email to