diff options
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index b8c6f3f19b2..6ee13c4c99d 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -455,7 +455,7 @@ ptrdiff_t emacs_re_safe_alloca = MAX_ALLOCA; | |||
| 455 | /* Like USE_SAFE_ALLOCA, but use emacs_re_safe_alloca. */ | 455 | /* Like USE_SAFE_ALLOCA, but use emacs_re_safe_alloca. */ |
| 456 | # define REGEX_USE_SAFE_ALLOCA \ | 456 | # define REGEX_USE_SAFE_ALLOCA \ |
| 457 | ptrdiff_t sa_avail = emacs_re_safe_alloca; \ | 457 | ptrdiff_t sa_avail = emacs_re_safe_alloca; \ |
| 458 | ptrdiff_t sa_count = SPECPDL_INDEX (); bool sa_must_free = false | 458 | ptrdiff_t sa_count = SPECPDL_INDEX () |
| 459 | 459 | ||
| 460 | # define REGEX_SAFE_FREE() SAFE_FREE () | 460 | # define REGEX_SAFE_FREE() SAFE_FREE () |
| 461 | # define REGEX_ALLOCATE SAFE_ALLOCA | 461 | # define REGEX_ALLOCATE SAFE_ALLOCA |