BYTE_CODE_SAFE cleanups
commit078d2d37f2f6cf7478931810d099c2581ed5db29
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2016 03:01:36 +0000 (23 19:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2016 03:03:03 +0000 (23 19:03 -0800)
tree7198bc3eeb0aed3a39c81a5fbc1d5144bd760faf
parent9227b5ce0c0e9a52bcce58673cc246cb9ca4b3d1
BYTE_CODE_SAFE cleanups

* src/bytecode.c (BYTE_MAINTAIN_TOP): Remove; no longer needed.
(struct byte_stack) [BYTE_MAINTAIN_TOP]:
Remove unused members ‘top’ and ‘bottom’.
(exec_byte_code): Nest inside { } to avoid GCC warning about
jumping over declaration when compiled with -DBYTE_CODE_SAFE.
src/bytecode.c