1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/extern-inline
Paul Eggert 42d0be9fcf 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.
2012-08-01 14:33:35 -07:00

21 lines
191 B
Plaintext

Description:
'extern inline' a la ISO C99.
Files:
m4/extern-inline.m4
Depends-on:
configure.ac:
AC_REQUIRE([gl_EXTERN_INLINE])
Makefile.am:
Include:
License:
unlimited
Maintainer:
all