* devel/ftoption.h: Define FT_DEBUG_MEMORY.

Reverted DEBUG changes in include/freetype/config/ftoption.h.
This commit is contained in:
Werner Lemberg 2003-12-20 07:43:45 +00:00
parent 83da52b4cd
commit 32174ffba2
3 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,8 @@
* src/cff/cffload.c (cff_font_load): Deallocate `sids' array for
CID-keyed fonts.
* devel/ftoption.h: Define FT_DEBUG_MEMORY.
2003-12-18 Werner Lemberg <wl@gnu.org>
* include/freetype/ttnameid.h (TT_ADOBE_ID_LATIN_1): New macro.

View File

@ -296,7 +296,7 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here since the build system might define */
/* it for certain configurations only. */
/* */
/* #define FT_DEBUG_MEMORY */
#define FT_DEBUG_MEMORY
/*************************************************************************/

View File

@ -277,8 +277,8 @@ FT_BEGIN_HEADER
/* Do not #undef these macros here since the build system might define */
/* them for certain configurations only. */
/* */
#define FT_DEBUG_LEVEL_ERROR
#define FT_DEBUG_LEVEL_TRACE
/* #define FT_DEBUG_LEVEL_ERROR */
/* #define FT_DEBUG_LEVEL_TRACE */
/*************************************************************************/
@ -296,7 +296,7 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here since the build system might define */
/* it for certain configurations only. */
/* */
#define FT_DEBUG_MEMORY
/* #define FT_DEBUG_MEMORY */
/*************************************************************************/