ref: 32174ffba29883763853c45b74fd75ef59508c70
parent: 83da52b4cd4ceef835bd437d34fe5f9dcf8fed19
author: Werner Lemberg <[email protected]>
date: Sat Dec 20 02:43:45 EST 2003
* devel/ftoption.h: Define FT_DEBUG_MEMORY. Reverted DEBUG changes in include/freetype/config/ftoption.h.
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 <[email protected]>
* include/freetype/ttnameid.h (TT_ADOBE_ID_LATIN_1): New macro.
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -296,7 +296,7 @@
/* 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
/*************************************************************************/
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -277,8 +277,8 @@
/* 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 @@
/* 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 */
/*************************************************************************/