From 8aa074958fc2162553055c4083f7696dab12161f Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 20 Feb 2016 16:13:54 +0100 Subject: Added explicit c99 mode to CFLAGS in the configure script Signed-off-by: Haru --- src/common/cbasetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index 61d0646eb..6843ce486 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -94,7 +94,7 @@ // debug function name #ifndef __NETBSD__ -#if __STDC_VERSION__ < 199901L +#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L # if __GNUC__ >= 2 # define __func__ __FUNCTION__ # else -- cgit v1.2.3-60-g2f50