* src/base/ftutil.c (ft_highpow2): s/FT_BASE/FT_BASE_DEF/.

Reported by Niels Boldt <nielsboldt@gmail.com>.
This commit is contained in:
Werner Lemberg 2006-01-08 19:38:42 +00:00
parent e8f92af3f0
commit 30bd284447
2 changed files with 6 additions and 3 deletions

@ -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>

@ -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;