summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-05 14:52:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-05 14:52:03 -0400
commit0fc28b73eb32a6ac7566fb1d4ee0a3e07eac1b16 (patch)
tree75cab0a032703d4db07d72a6ae07b1beab877b54
parentc96b2a6a3b2b2bb106163254b034a8fdcc3081e5 (diff)
downloadpango-0fc28b73eb32a6ac7566fb1d4ee0a3e07eac1b16.tar.gz
[HB] Minor
-rw-r--r--pango/opentype/hb-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/opentype/hb-private.h b/pango/opentype/hb-private.h
index 3c97ba0d..eaade51d 100644
--- a/pango/opentype/hb-private.h
+++ b/pango/opentype/hb-private.h
@@ -32,6 +32,9 @@
#endif
/* #define HB_DEBUG 1 */
+#ifndef HB_DEBUG
+#define HB_DEBUG 0
+#endif
#include <stdlib.h>
#include <string.h>