]> git.eshelyaron.com Git - emacs.git/commit
* Remove unnecessary function 'emit_rvalue_from_unsigned_long_long'
authorAndrea Corallo <akrl@sdf.org>
Fri, 19 Feb 2021 15:14:31 +0000 (16:14 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 19 Feb 2021 21:56:51 +0000 (22:56 +0100)
commit92fe7a91f4c88bb8661d4f1f15739849ddc01754
tree6e60d60cf83507e9c46b57d272ccc16be3b7b5ee
parent14e6268d141b8c54001d1d5bdcf610313ac9c447
* Remove unnecessary function 'emit_rvalue_from_unsigned_long_long'

* src/comp.c (emit_rvalue_from_unsigned_long_long): Remove
function.
(emit_rvalue_from_emacs_uint, emit_rvalue_from_lisp_word_tag)
(emit_rvalue_from_lisp_word): Make use of
'emit_rvalue_from_long_long'.
src/comp.c