]> git.eshelyaron.com Git - emacs.git/commit
src/bytecode.c (exec_byte_code): Make hash_code a Lisp_Object.
authorVibhav Pant <vibhavp@gmail.com>
Sat, 11 Feb 2017 18:11:56 +0000 (23:41 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sat, 11 Feb 2017 18:11:56 +0000 (23:41 +0530)
commite27351e5ddeb9366e25f7c341684d79c487074ce
tree6025cdf9c1b0cab13ed10563211e691263f7e651
parenta35335c767fd7915e4203b3bba60d9c66df7a116
src/bytecode.c (exec_byte_code): Make hash_code a Lisp_Object.

This avoids using XUINT every time while comparing it with
HASH_HASH (h, i), replacing it with EQ.
src/bytecode.c