]> git.eshelyaron.com Git - emacs.git/commit
Remove dead opcodes in regex bytecode
authorMichal Nazarewicz <mina86@mina86.com>
Sat, 23 Jul 2016 14:05:12 +0000 (16:05 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Tue, 2 Aug 2016 13:39:10 +0000 (15:39 +0200)
commit9a418e0f98a6ee14d9984e597038168ebe0a7a03
tree0aa31cf085a1acf5d91eb0804597bd7cdd3debfc
parent4538a5e37e8dacde4b3e828d832c4c558a146912
Remove dead opcodes in regex bytecode

There is no way to specify before_dot and after_dot opcodes in a regex
so code handling those ends up being dead.  Remove it.

* src/regex.c (print_partial_compiled_pattern, regex_compile,
analyze_first, re_match_2_internal): Remove handling and references to
before_dot and after_dot opcodes.
src/regex.c