summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/function.h b/include/mupdf/fitz/function.h
index 8e530e93..e3a1469b 100644
--- a/include/mupdf/fitz/function.h
+++ b/include/mupdf/fitz/function.h
@@ -16,7 +16,7 @@ void fz_eval_function(fz_context *ctx, fz_function *func, float *in, int inlen,
fz_function *fz_keep_function(fz_context *ctx, fz_function *func);
void fz_drop_function(fz_context *ctx, fz_function *func);
unsigned int fz_function_size(fz_function *func);
-#ifndef DEBUG
+#ifndef NDEBUG
void pdf_debug_function(fz_function *func);
#endif