Fix problem with C99 inlines and -Werror=missing-prototypes
commit99d45c850e3962e4c89839dd8531de1c080b3ee7
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Feb 2018 20:34:17 +0000 (20 12:34 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Feb 2018 20:34:17 +0000 (20 12:34 -0800)
treed86561a75bb0e24cac70ac1c0704cd03ee05dff7
parent53371ddd17b685f8880c22b8b698e494e0f1059b
Fix problem with C99 inlines and -Werror=missing-prototypes

Some older versions of gcc (gcc 4.2.1 at least) produce a warning,
promoted to error, on C99 inlines.  Do some work to figure out if we
need to fall back to GNU inline syntax.

Fix some issues with GNU inline syntax.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
aclocal.m4
configure.ac
include/compiler.h
include/iflag.h