[gs-commits] mupdf 1.16.1.epub-prerelease-4 Bug 701783: Avoid C++ rese

[email protected] (Tor Andersson) Fri, 25 Oct 2019 10:38:46 +0000 (UTC)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
commit 49cb8851b8a5d8e21507867b3025dc03751e8e28
Author: Tor Andersson <[email protected]>
Date:   Fri Oct 25 10:52:44 2019 +0200

    Bug 701783: Avoid C++ reserved word in header file.

diff --git a/include/mupdf/pdf/form.h b/include/mupdf/pdf/form.h
index d067faa..2db66cc 100644
--- a/include/mupdf/pdf/form.h
+++ b/include/mupdf/pdf/form.h
@@ -43,7 +43,7 @@ int pdf_choice_widget_value(fz_context *ctx, pdf_widget *tw, const char *opts[])
 void pdf_choice_widget_set_value(fz_context *ctx, pdf_widget *tw, int n, const char *opts[]);
 
 int pdf_choice_field_option_count(fz_context *ctx, pdf_obj *field);
-const char *pdf_choice_field_option(fz_context *ctx, pdf_obj *field, int export, int i);
+const char *pdf_choice_field_option(fz_context *ctx, pdf_obj *field, int exportval, int i);
 
 /* Field flags */
 enum

http://git.ghostscript.com/?p=mupdf.git;a=commit;h=49cb8851b8a5d8e21507867b3025dc03751e8e28

--
MuPDF library
Artifex Software, Inc.