(jm_INCLUDED_REGEX): Change "\201" to "\371"; apparently Emacs's
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Aug 2003 20:04:34 +0000 (20:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Aug 2003 20:04:34 +0000 (20:04 +0000)
Unicode mode got confused before my 2003-08-05 checkin .

m4/regex.m4

index 98c6509c8afe26b54a6cba4b2be29d4ae47e10c4..93efa3af47ed2e707132b035ea1c6a02f957b772 100644 (file)
@@ -1,4 +1,4 @@
-#serial 18
+#serial 19
 
 dnl Initially derived from code in GNU grep.
 dnl Mostly written by Jim Meyering.
@@ -52,7 +52,7 @@ AC_DEFUN([jm_INCLUDED_REGEX],
            /* The following example is derived from a problem report
                against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>.  */
            memset (&regex, 0, sizeof (regex));
-           s = re_compile_pattern ("[[an\201]]*n", 7, &regex);
+           s = re_compile_pattern ("[[an\371]]*n", 7, &regex);
            if (s)
              exit (1);