1
1
dnl 'extern inline' a la ISO C99.
4
4
dnl This file is free software; the Free Software Foundation
5
5
dnl gives unlimited permission to copy and/or distribute it,
6
6
dnl with or without modifications, as long as this notice is preserved.
8
8
AC_DEFUN([gl_EXTERN_INLINE],
11
10
AH_VERBATIM([extern_inline],
12
11
[/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
13
12
_GL_EXTERN_INLINE is a portable alternative to 'extern inline'.