ref: 30bd28444784ddb7d579f0e175ff2de93f5ae534
parent: e8f92af3f0b09095d7966714468b5306b5e12ff4
author: Werner Lemberg <wl@gnu.org>
date: Sun Jan 8 14:38:42 EST 2006
* src/base/ftutil.c (ft_highpow2): s/FT_BASE/FT_BASE_DEF/. Reported by Niels Boldt <nielsboldt@gmail.com>.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2006-01-08 Werner Lemberg <wl@gnu.org>
* src/pcf/pcfread.c (pcf_get_bitmaps): Remove unused variable
- `bitmaps'. From Yu Lei <yulei0@gmail.com>.
+ `bitmaps'. Reported by Yu Lei <yulei0@gmail.com>.
+
+ * src/base/ftutil.c (ft_highpow2): s/FT_BASE/FT_BASE_DEF/.
+ Reported by Niels Boldt <nielsboldt@gmail.com>.
2005-12-28 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
--- a/src/base/ftutil.c
+++ b/src/base/ftutil.c
@@ -4,7 +4,7 @@
/* */
/* FreeType utility file for memory and list management (body). */
/* */
-/* Copyright 2002, 2004, 2005 by */
+/* Copyright 2002, 2004, 2005, 2006 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -399,7 +399,7 @@
}
- FT_BASE( FT_UInt32 )
+ FT_BASE_DEF( FT_UInt32 )
ft_highpow2( FT_UInt32 value )
{FT_UInt32 value2;
--
⑨