mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Fix conditional.
This commit is contained in:
parent
88415bfc71
commit
33487cc80b
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ char *alloca ();
|
|||
|
||||
/* Define how to allocate the failure stack. */
|
||||
|
||||
#if defined (REL_ALLOC) && !defined (REGEX_MALLOC)
|
||||
#if defined (REL_ALLOC) && defined (REGEX_MALLOC)
|
||||
|
||||
#define REGEX_ALLOCATE_STACK(size) \
|
||||
r_alloc (&failure_stack_ptr, (size))
|
||||
|
|
|
|||
Loading…
Reference in a new issue