summaryrefslogtreecommitdiff
path: root/src/autofit
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit')
-rw-r--r--src/autofit/afglobal.h2
-rw-r--r--src/autofit/afhints.c2
-rw-r--r--src/autofit/afloader.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/autofit/afglobal.h b/src/autofit/afglobal.h
index abf9a721d..83a7c2ff1 100644
--- a/src/autofit/afglobal.h
+++ b/src/autofit/afglobal.h
@@ -158,7 +158,7 @@ FT_BEGIN_HEADER
FT_LOCAL( void )
af_face_globals_free( AF_FaceGlobals globals );
- FT_LOCAL_DEF( FT_Bool )
+ FT_LOCAL( FT_Bool )
af_face_globals_is_digit( AF_FaceGlobals globals,
FT_UInt gindex );
diff --git a/src/autofit/afhints.c b/src/autofit/afhints.c
index 34bb6a34f..6515af9f0 100644
--- a/src/autofit/afhints.c
+++ b/src/autofit/afhints.c
@@ -193,7 +193,7 @@
/* Get new edge for given axis, direction, and position, */
/* without initializing the edge itself. */
- FT_LOCAL( FT_Error )
+ FT_LOCAL_DEF( FT_Error )
af_axis_hints_new_edge( AF_AxisHints axis,
FT_Int fpos,
AF_Direction dir,
diff --git a/src/autofit/afloader.h b/src/autofit/afloader.h
index a3acefdae..e4e197e37 100644
--- a/src/autofit/afloader.h
+++ b/src/autofit/afloader.h
@@ -75,7 +75,7 @@ FT_BEGIN_HEADER
FT_UInt gindex,
FT_Int32 load_flags );
- FT_LOCAL_DEF( FT_Fixed )
+ FT_LOCAL( FT_Fixed )
af_loader_compute_darkening( AF_Loader loader,
FT_Face face,
FT_Pos standard_width );