More constness/namespace policing
[pspp-builds.git] / src / output / postscript.c
index b658cdf3d2f669693a5036b96791831211dc7b91..614fb5055bc3104a70d9e289536bac1980be0197 100644 (file)
@@ -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,