From 1d52151a19ed8ec776276aac5cc6ce3769e0d947 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 28 Apr 2010 13:18:41 -0400 Subject: Minor --- src/hb-private.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/hb-private.h b/src/hb-private.h index b33d629..e4d2e54 100644 --- a/src/hb-private.h +++ b/src/hb-private.h @@ -31,7 +31,6 @@ #include "config.h" #endif -/* #define HB_DEBUG 1 */ #ifndef HB_DEBUG #define HB_DEBUG 0 #endif @@ -39,10 +38,13 @@ #include #include #include -#if HB_DEBUG + +/* We only use these two for debug output. However, the debug code is + * always seen by the compiler (and optimized out in non-debug builds. + * If including these becomes a problem, we can start thinking about + * someway around that. */ #include #include -#endif #include "hb-common.h" -- cgit v1.2.3