shithub: freetype+ttf2subf

Download patch

ref: ae1e4b15779e692d064799aec4470b8f2414212d
parent: 20a8d0cf38fa4f74e9dd6b2a95b2eef25d159079
author: Werner Lemberg <[email protected]>
date: Sat Feb 25 12:11:04 EST 2006

* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* devel/ftoption.h: Synchronize with
 	include/freetype/config/ftoption.h.
 
+	* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).
+
 2006-02-25  David Turner  <[email protected]>
 
 	Fix compiler warnings as well as C++ compilation problems.
--- a/src/cache/ftccache.c
+++ b/src/cache/ftccache.c
@@ -256,7 +256,7 @@
 
 
   /* remove a node from the cache manager */
-  FT_BASE_DEF( void )
+  FT_LOCAL_DEF( void )
   ftc_node_destroy( FTC_Node     node,
                     FTC_Manager  manager )
   {