diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2012-08-01 15:10:40 +0100 |
---|---|---|
committer | Paul Gardiner <paulg.artifex@glidos.net> | 2012-08-01 15:10:40 +0100 |
commit | c8b8bbc851ae2089f515b5e65780198ad024c5cb (patch) | |
tree | b1702dda67a2a6026e8870ec1a89d70545f69f2f /pdf/pdf_cmap.c | |
parent | 55743b7682129deb6cc03e90ebde1b0e6e62d3b4 (diff) | |
parent | 4d36e9613da5190aba2c0c6c8281e5d35cf9758c (diff) | |
download | mupdf-c8b8bbc851ae2089f515b5e65780198ad024c5cb.tar.xz |
Merge branch 'master' into forms
Conflicts:
pdf/mupdf-internal.h
pdf/pdf_font.c
Diffstat (limited to 'pdf/pdf_cmap.c')
-rw-r--r-- | pdf/pdf_cmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/pdf_cmap.c b/pdf/pdf_cmap.c index 1f1117fe..cd0d6385 100644 --- a/pdf/pdf_cmap.c +++ b/pdf/pdf_cmap.c @@ -109,6 +109,7 @@ pdf_set_cmap_wmode(fz_context *ctx, pdf_cmap *cmap, int wmode) cmap->wmode = wmode; } +#ifndef NDEBUG void pdf_print_cmap(fz_context *ctx, pdf_cmap *cmap) { @@ -155,6 +156,7 @@ pdf_print_cmap(fz_context *ctx, pdf_cmap *cmap) } printf("\t}\n}\n"); } +#endif /* * Add a codespacerange section. |