]> git.eshelyaron.com Git - emacs.git/commit
Bignum fixes for byte-compiler and bytecode interpreter
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 15:36:37 +0000 (09:36 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:28 +0000 (22:12 -0600)
commite2a78b0d6d844f29acaaddd775c7b1cd6dec7af8
treed8dcd1bac51c66f828cbd0f980ab1d206626491e
parent45eb3b3513619d97d046a8efbe0d16fafc75a734
Bignum fixes for byte-compiler and bytecode interpreter

* lisp/emacs-lisp/byte-opt.el: Mark bignump and fixnump as
side-effect-and-error-free-fns.
* src/bytecode.c (exec_byte_code): Handle bignums.
lisp/emacs-lisp/byte-opt.el
src/bytecode.c