shithub: freetype+ttf2subf

Download patch

ref: 44438c2c47228eef62b1987d1658d59de81c1a5a
parent: 00c01c130bbf1e007dacf1d6c5ace5bb4ce86c73
author: Yamato, Masatake (大和正武) <[email protected]>
date: Tue Apr 27 00:02:16 EDT 2004

Use FT_LOCAL instead of FT_LOCAL_DEF for function declarations.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-27  Masatake YAMATO  <[email protected]>
+
+	* src/truetype/ttgxvar.h: Use FT_LOCAL instead of FT_LOCAL_DEF
+	for function declarations.
 
 2004-04-25  George Williams  <[email protected]>
 
--- a/src/truetype/ttgxvar.h
+++ b/src/truetype/ttgxvar.h
@@ -141,27 +141,27 @@
 #define TTAG_slnt  FT_MAKE_TAG( 's', 'l', 'n', 't' )
 
 
-  FT_LOCAL_DEF( FT_Error )
+  FT_LOCAL( FT_Error )
   TT_Set_MM_Blend( TT_Face    face,
                    FT_UInt    num_coords,
                    FT_Fixed*  coords );
 
-  FT_LOCAL_DEF( FT_Error )
+  FT_LOCAL( FT_Error )
   TT_Set_Var_Design( TT_Face    face,
                      FT_UInt    num_coords,
                      FT_Fixed*  coords );
 
-  FT_LOCAL_DEF( FT_Error )
+  FT_LOCAL( FT_Error )
   TT_Get_MM_Var( TT_Face      face,
                  FT_MM_Var*  *master );
 
 
-  FT_LOCAL_DEF( FT_Error )
+  FT_LOCAL( FT_Error )
   tt_face_vary_cvt( TT_Face    face,
                     FT_Stream  stream );
 
 
-  FT_LOCAL_DEF( FT_Error )
+  FT_LOCAL( FT_Error )
   TT_Vary_Get_Glyph_Deltas( TT_Face      face,
                             FT_UInt      glyph_index,
                             FT_Vector*  *deltas,
@@ -168,7 +168,7 @@
                             FT_UInt      n_points );
 
 
-  FT_LOCAL_DEF( void )
+  FT_LOCAL( void )
   tt_done_blend( FT_Memory  memory,
                  GX_Blend   blend );