Whoops; it was \201, not \371.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:27:39 +0000 (06:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:27:39 +0000 (06:27 +0000)
m4/regex.m4

index 6df43ca..24355ac 100644 (file)
@@ -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\371]]*n", 7, &regex);
+           s = re_compile_pattern ("[[an\201]]*n", 7, &regex);
            if (s)
              exit (1);