1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Unified usage of the 'inline' attribute for functions

Autoconf provides the necessary stuff to detect if inline keyword
is supported, and to detect special syntaxes, so let's use this
and remove the multiple local definitions, this makes code simpler.
This commit is contained in:
Christophe CURIS
2013-05-11 00:07:13 +02:00
committed by Carlos R. Mafra
parent 7f6699ffca
commit 90d24a1648
8 changed files with 11 additions and 28 deletions

View File

@@ -230,6 +230,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
dnl ==============================================================
AC_DECL_SYS_SIGLIST
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
AC_TYPE_PID_T
AC_TYPE_SIGNAL