]> git.eshelyaron.com Git - emacs.git/commit
Inline a couple of functions that were macros
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Apr 2020 23:17:25 +0000 (16:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Apr 2020 23:18:44 +0000 (16:18 -0700)
commit24849c1b8d348379203c07c400bedfd42059963f
tree9de2912fceabd822dc0a793daae678d0167abb60
parent7b82650c60bd044c046601fc337c8a46b4fb853c
Inline a couple of functions that were macros

This reclaims a bit of performance when compiling with gcc -Og.
These functions were macros until I changed them in
2020-04-17T14:57:25Z!eggert@cs.ucla.edu.
* src/casefiddle.c (make_char_unibyte):
* src/ccl.c (GET_TRANSLATION_TABLE): Now inline.
src/casefiddle.c
src/ccl.c