]> git.eshelyaron.com Git - emacs.git/commit
(SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Dec 1994 23:40:43 +0000 (23:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Dec 1994 23:40:43 +0000 (23:40 +0000)
commiteff52a4c6f9f2a18474e59a7a35c2a68ca73c2ba
tree16e43909cd02a24a4d45cddb29a66b1ae5a80e42
parent5eb6298247925311e7ef8df351c1f1415fa96437
(SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.
Set set_regs_matched_done to 1.
(re_match_2_internal): New local var set_regs_matched_done.
Set it to 0 when appropriate.
(POP_FAILURE_POINT): Set set_regs_matched_done to 0.

(re_match_2_internal, case duplicate): Call SET_REGS_MATCHED.
src/regex.c