projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f39c46
)
(jm_INCLUDED_REGEX): Don't use Latin-1 in C source code; use \371
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:13:54 +0000
(06:13 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:13:54 +0000
(06:13 +0000)
instead.
m4/regex.m4
patch
|
blob
|
history
diff --git
a/m4/regex.m4
b/m4/regex.m4
index 69d56af69cf8566f40390802f410de6668da9ab3..6df43cac588ebe444b12f586e4b300125fb26317 100644
(file)
--- a/
m4/regex.m4
+++ b/
m4/regex.m4
@@
-1,4
+1,4
@@
-#serial 1
6
+#serial 1
7
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 (®ex, 0, sizeof (regex));
- s = re_compile_pattern ("[[an
รน
]]*n", 7, ®ex);
+ s = re_compile_pattern ("[[an
\371
]]*n", 7, ®ex);
if (s)
exit (1);