Commit 06b73729c189ff3c206e6dc6d9c43f3e63df4197

David Turner 2000-05-02T11:04:18

added FT_CONFIG_OPTION_OLD_CALCS to ensure that the bytecode interpretation is exactly the same as in 1.4 this is needed to find a bug in the raster..

diff --git a/config/ftoption.h b/config/ftoption.h
index 14d2c77..ef715ff 100644
--- a/config/ftoption.h
+++ b/config/ftoption.h
@@ -60,7 +60,7 @@
   /*   All convenience functions are declared as such in their             */
   /*   documentation.                                                      */
   /*                                                                       */
-#undef FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
+#undef  FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
 
   /*************************************************************************/
   /*                                                                       */
@@ -205,6 +205,15 @@
 
   /*************************************************************************/
   /*                                                                       */
+  /* Computation Algorithms                                                */
+  /*                                                                       */
+  /*   Used for debugging, this configuration macro should disappear       */
+  /*   soon..                                                              */
+  /*                                                                       */
+#define FT_CONFIG_OPTION_OLD_CALCS
+
+  /*************************************************************************/
+  /*                                                                       */
   /*    The size in bytes of the render pool used by the scan-line         */
   /*    converter to do all of its work.                                   */
   /*                                                                       */