projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4563a
)
(re_max_failures): Reduce to 4000.
author
Richard Stallman
<rms@gnu.org>
Wed, 26 Jun 1996 18:00:52 +0000
(18:00 +0000)
committer
Richard Stallman
<rms@gnu.org>
Wed, 26 Jun 1996 18:00:52 +0000
(18:00 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 48ff0e4a492fdc74774c349c5009f3e337292b7a..c41aa1f2b486283987ba1f7288b1471d002406be 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-1008,9
+1008,9
@@
static const char *re_error_msgid[] =
This is a variable only so users of regex can assign to it; we never
change it ourselves. */
#if defined (MATCH_MAY_ALLOCATE)
-/*
8600 was enough to cause a crash on Ultrix
,
+/*
4400 was enough to cause a crash on Alpha OSF/1
,
whose default stack limit is 2mb. */
-int re_max_failures =
8
000;
+int re_max_failures =
4
000;
#else
int re_max_failures = 2000;
#endif