forked from minhngoc25a/freetype2
* devel/ftoption.h: Define FT_DEBUG_MEMORY.
Reverted DEBUG changes in include/freetype/config/ftoption.h.
This commit is contained in:
parent
83da52b4cd
commit
32174ffba2
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue