From b8128d93a1402b107f6d85a9cb244df02f86ab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Mon, 5 Feb 2007 02:31:34 +0000 Subject: [PATCH] * Check ANSI compatibility of Mac OS X system header --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68153034..fbc866b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,17 @@ +2007-02-05 suzuki toshiya + + * builds/unix/configure.raw: Checks if Mac OS X system headers + can be built under ANSI C mode. + * src/base/ftmac.c (OS_INLINE): Redefine OS_INLINE by ANSI C + compatible one, if system headers are ANSI C incompatible. + * builds/mac/ftmac.c (OS_INLINE): Ditto. + 2007-02-01 Werner Lemberg * include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN): Explain why applications shouldn't use it. Found by Alexei. -2007-02-01 Alexei Podtelezhnikov >apodtele@gmail.com> +2007-02-01 Alexei Podtelezhnikov * builds/unix/freetype2.m4 (AC_CHECK_FT2): Fix spelling of warning message.