]> git.eshelyaron.com Git - emacs.git/commit
* Define casts using functions.
authorNicolás Bértolo <nicolasbertolo@gmail.com>
Sat, 30 May 2020 21:33:58 +0000 (18:33 -0300)
committerAndrea Corallo <akrl@sdf.org>
Mon, 1 Jun 2020 20:24:33 +0000 (21:24 +0100)
commit035a91dd963290a40766b430e4e9a108cbbc4eac
tree8e1f48d524da5135089a262d872c8e8783ea2acb
parent516575369b7168f09030d297b5a2f89a26f1894d
* Define casts using functions.

This is to dump prettier C files.
This does not affect compilation times in my tests.

* src/comp.c: Define a 15x15 cast matrix. Use it in emit_coerce().
src/comp.c