summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-03-25 16:05:08 +0000
committerDavid Turner <david@freetype.org>2002-03-25 16:05:08 +0000
commit493ab9c0c02cde9a3a900ac12d6e8e77159e68f6 (patch)
tree15ecc3c92ee66b46e21408e8b30320f4bfa53c26
parent0d6b5904351e304fefc04a5abbe78248a68f8286 (diff)
downloadfreetype2-493ab9c0c02cde9a3a900ac12d6e8e77159e68f6.tar.gz
undefining TT_CONFIG_OPTION_BYTECODE_INTERPRETER
-rw-r--r--include/freetype/config/ftoption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 6f0c5b4be..bd71ef318 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -365,7 +365,7 @@ FT_BEGIN_HEADER
/* 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
/*************************************************************************/