* devel/ftoption.h: Define FT_DEBUG_MEMORY.


			
			
				LAYOUT
			
			
		
Werner Lemberg 21 years ago
parent 5a915c00e0
commit bb9b0fd348
  1. 2
      ChangeLog
  2. 2
      devel/ftoption.h
  3. 6
      include/freetype/config/ftoption.h

@ -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…
Cancel
Save