projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ebe2c
)
Whoops; it was \201, not \371.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:27:39 +0000
(06:27 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Aug 2003 06:27:39 +0000
(06:27 +0000)
m4/regex.m4
patch
|
blob
|
history
diff --git
a/m4/regex.m4
b/m4/regex.m4
index 6df43cac588ebe444b12f586e4b300125fb26317..24355ac6904d59f2b514845e6375c8b51f438390 100644
(file)
--- a/
m4/regex.m4
+++ b/
m4/regex.m4
@@
-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\
37
1]]*n", 7, ®ex);
+ s = re_compile_pattern ("[[an\
20
1]]*n", 7, ®ex);
if (s)
exit (1);