projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f97e3
)
(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.
author
Richard Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 00:00:06 +0000
(
00:00
+0000)
committer
Richard Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 00:00:06 +0000
(
00:00
+0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index a26c0f57a653d46b78a1b24a7b38fb9d37541ff2..5f79663f2314c1f4422fc75bdd922c2666b13c06 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-2973,7
+2973,7
@@
regex_compile (pattern, size, syntax, bufp)
if (fail_stack.size < re_max_failures * TYPICAL_FAILURE_SIZE)
{
- fail_stack.size = re_max_failures * TYPICAL_FAILURE_SIZE
)
;
+ fail_stack.size = re_max_failures * TYPICAL_FAILURE_SIZE;
#ifdef emacs
if (! fail_stack.stack)