shithub: freetype+ttf2subf

Download patch

ref: 0f58446b3ea11c1796079f0e501e96d5db336ed3
parent: 0fcb412ffc566b1415640adfdf7f4f096a9ba2f8
author: David Turner <[email protected]>
date: Thu Dec 20 08:34:21 EST 2001

disabling bytecode interpreter

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-12-20  David Turner  <[email protected]>
 
+        * include/freetype/config/ftoption.h: disabling bytecode interpreter
+        for new release
+
         * docs/CHANGES: updated for 2.0.6 release
 
         * src/cff/cffload.h, src/cff/cffload.c, src/cff/cffgload.c: updated
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -375,7 +375,7 @@
   /* By undefining this, you will only compile the code necessary to load  */
   /* TrueType glyphs without hinting.                                      */
   /*                                                                       */
-#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+#undef  TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
 
   /*************************************************************************/