mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
21 lines
191 B
Plaintext
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
|