shithub: freetype+ttf2subf

Download patch

ref: 30bd28444784ddb7d579f0e175ff2de93f5ae534
parent: e8f92af3f0b09095d7966714468b5306b5e12ff4
author: Werner Lemberg <[email protected]>
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 <[email protected]>.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 2006-01-08  Werner Lemberg  <[email protected]>
 
 	* src/pcf/pcfread.c (pcf_get_bitmaps): Remove unused variable
-	`bitmaps'.  From Yu Lei <[email protected]>.
+	`bitmaps'.  Reported by Yu Lei <[email protected]>.
+
+	* src/base/ftutil.c (ft_highpow2): s/FT_BASE/FT_BASE_DEF/.
+	Reported by Niels Boldt <[email protected]>.
 
 2005-12-28  suzuki toshiya  <[email protected]>
 
--- 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;