]> git.eshelyaron.com Git - emacs.git/commit
Remove never-used relative jump opcodes
authorMattias Engdegård <mattiase@acm.org>
Thu, 3 Mar 2022 18:50:46 +0000 (19:50 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 12 Mar 2022 16:32:31 +0000 (17:32 +0100)
commit2c54e9a1dd6b4ea561be10567a7363012e70fa28
tree42ae9fbae25b69b76c94f2eaa4168b01eb221d4f
parent88889212c7d74fb189131dcae4abaabd05eb1870
Remove never-used relative jump opcodes

* src/bytecode.c (BYTE_CODES, exec_byte_code):
Remove relative jump opcodes that seem to have been a short-lived
experiment, never used in a release.
src/bytecode.c