X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpostscript.c;h=614fb5055bc3104a70d9e289536bac1980be0197;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=b658cdf3d2f669693a5036b96791831211dc7b91;hpb=e40c90b1b6dbd03ce58046ada7f4ddb5a6b4b354;p=pspp-builds.git diff --git a/src/output/postscript.c b/src/output/postscript.c index b658cdf3..614fb505 100644 --- a/src/output/postscript.c +++ b/src/output/postscript.c @@ -270,7 +270,7 @@ enum }; /* All the options that the PostScript driver supports. */ -static struct outp_option option_tab[] = +static const struct outp_option option_tab[] = { {"output-file", output_file_arg,0}, {"paper-size", paper_size_arg, 0}, @@ -1426,7 +1426,7 @@ reencode_font (struct outp_driver *this, struct font *font) } /* PostScript driver class. */ -struct outp_class postscript_class = +const struct outp_class postscript_class = { "postscript", 0,