summaryrefslogtreecommitdiff
path: root/src/rufl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rufl_internal.h')
-rw-r--r--src/rufl_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rufl_internal.h b/src/rufl_internal.h
index 7801178..d53c2dd 100644
--- a/src/rufl_internal.h
+++ b/src/rufl_internal.h
@@ -182,7 +182,7 @@ extern const struct rufl_glyph_map_entry rufl_glyph_map[];
extern const size_t rufl_glyph_map_size;
-#ifndef NDEBUG
+#if 1 /*ndef NDEBUG*/
#ifdef __CC_NORCROFT
#define __PRETTY_FUNCTION__ __func__
#endif