diff --git a/ChangeLog b/ChangeLog index 6ba6418c0..4c492f2e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-25 Werner Lemberg + + * src/sfnt/sfdriver.c (sfnt_interface): Move out + `tt_face_get_kerning' from a #ifdef clause. Reported by Tony J. + Ibbs . + 2005-10-23 Werner Lemberg * src/base/ftdbgmem.c (ft_mem_debug_realloc): Make it compile with diff --git a/src/sfnt/sfdriver.c b/src/sfnt/sfdriver.c index 2c6f34720..96dd1daf4 100644 --- a/src/sfnt/sfdriver.c +++ b/src/sfnt/sfdriver.c @@ -383,11 +383,11 @@ #endif /* TT_CONFIG_OPTION_EMBEDDED_BITMAPS */ -#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES - /* see `ttkern.h' */ tt_face_get_kerning, +#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES + /* see `ttpost.h' */ tt_face_get_ps_name, tt_face_free_ps_names,