From efa178eed8d7d3ee9026a220e75c047263c9bcf8 Mon Sep 17 00:00:00 2001 From: David Turner Date: Sun, 18 Jul 2004 07:21:29 +0000 Subject: [PATCH] disabling the bytecode interpreter again --- include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index b3a660bbf..028c6ea9c 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -436,7 +436,7 @@ FT_BEGIN_HEADER /* Do not #undef this macro here, since the build system might */ /* define it for certain configurations only. */ /* */ -#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER +/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ /*************************************************************************/