* src/comp.c: Some aesthetic code clean-up.
authorAndrea Corallo <akrl@sdf.org>
Wed, 20 May 2020 20:03:29 +0000 (21:03 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 22 May 2020 20:52:11 +0000 (21:52 +0100)
commit38a9ddbc1c656cfaab2c7660f7dab9b0587ecfef
treed0b95c55dd7bede0d5778d3063312f9203cff27f
parent7fa83f9ac96bd201a15f7b0ae4a2cd20a70fd7ef
* src/comp.c: Some aesthetic code clean-up.

* src/comp.c (comp_t): Remove 'lisp_X_s' field.
(emit_coerce): Respect 80 columns limit.
(emit_rvalue_from_emacs_uint): GNU style, unnecessary brackets.
(emit_rvalue_from_emacs_int): Likewise.
(emit_rvalue_from_lisp_word_tag): Likewise.
(emit_rvalue_from_lisp_word): Likewise.
(emit_lval_XLI): Remove unused function.
(emit_lval_XLP): Remove commented out code.
(define_add1_sub1): Respect 80 columns limit.
(Fcomp__init_ctxt): Reflect 'lisp_X_s' field removal.
src/comp.c