extern-inline: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jul 2012 14:11:58 +0000 (07:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Aug 2012 21:33:35 +0000 (14:33 -0700)
commit42d0be9fcf58e6574c4bab7322c8909afe2ff25c
tree7ba5ef2581a53a89dab1d17164038da4483e38fb
parentbd54a45e6e4bcb3ee7359c9b4f1d831a6291148f
extern-inline: new module

* modules/extern-inline, m4/extern-inline.m4: New files.
This is for better support of 'extern inline' a la ISO C99,
with a portable alternative on compilers that do not support
C99-style 'extern inline'.  Using 'extern inline' shrinks the size
of the Emacs executable, when compiled with debugging disabled,
which is a typical way that Emacs is built while developing.
ChangeLog
m4/extern-inline.m4 [new file with mode: 0644]
modules/extern-inline [new file with mode: 0644]