]> git.eshelyaron.com Git - emacs.git/commit
Add type checking for Bswitch, when enabled at compile time.
authorVibhav Pant <vibhavp@gmail.com>
Thu, 19 Jan 2017 13:05:46 +0000 (18:35 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Thu, 19 Jan 2017 13:05:46 +0000 (18:35 +0530)
commit522f16dac945eee351cefb066af40f0d1a683f38
treec86d7297a1efcc341ccd266be66486129556cfc4
parent1fcbd352f8116aca1ecdb62e84f3d86b89bc446f
Add type checking for Bswitch, when enabled at compile time.

* src/bytecode.c: (exec_byte_code) If BYTE_CODE_SAFE is enabled at
  compile time, use CHECK_TYPE to verify that the jump table is a hash table.
src/bytecode.c