ref: fc3da857a9b9210bd520cf333a29441f80d51cef
parent: 5cb5b4c9c3726ce150f6feb6b54fedc460b6f282
author: David Turner <[email protected]>
date: Sun Aug 17 19:03:36 EDT 2003
* include/freetype/config/ftoption.h: disabling TrueType bytecode interpreter, until the UNPATENTED_HINTING works as advertised
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-08-18 David Turner <[email protected]>
+ * include/freetype/config/ftoption.h: disabling TrueType bytecode
+ interpreter, until the UNPATENTED_HINTING works as advertised
+
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed bug
* Jamfile: adding the "refdoc" target to the Jamfile in order to
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -399,7 +399,7 @@
/* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */
/* */
-#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
/*************************************************************************/