Minor
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 28 Apr 2010 17:18:41 +0000 (13:18 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 28 Apr 2010 17:20:31 +0000 (13:20 -0400)
src/hb-private.h

index b33d629..e4d2e54 100644 (file)
@@ -31,7 +31,6 @@
 #include "config.h"
 #endif
 
-/* #define HB_DEBUG 1 */
 #ifndef HB_DEBUG
 #define HB_DEBUG 0
 #endif
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#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 <stdio.h>
 #include <errno.h>
-#endif
 
 #include "hb-common.h"