]> git.eshelyaron.com Git - emacs.git/commit
regex-emacs omit allocation of 3 slots
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2020 07:07:08 +0000 (00:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2020 07:20:31 +0000 (00:20 -0700)
commit768bea30cbc0a5e7851fa60ad1ea7ec14cf2cdd8
treef21a0af8dddb6376f460593c85b31628afb320ba
parent438975bbaa25b7de74993e7928c45cf5779442b8
regex-emacs omit allocation of 3 slots

* src/regex-emacs.c (re_match_2_internal): Avoid
unnecessary allocation of REGEND[0], BEST_REGSTART[0],
BEST_REGEND[0].
src/regex-emacs.c