Start reforming error message support. In this phase, we get rid of
[pspp-builds.git] / src / output / postscript.c
index 53e81104f87851069ce7d3598876f786bf141001..43b19f2bfbe85f5e8fa0b5c987e9bb18fecd2a62 100644 (file)
@@ -31,7 +31,6 @@
 #include <libpspp/compiler.h>
 #include <libpspp/freaderror.h>
 #include <libpspp/hash.h>
-#include <libpspp/message.h>
 #include <libpspp/misc.h>
 #include <libpspp/start-date.h>
 #include <libpspp/version.h>
@@ -130,7 +129,7 @@ static void setup_font (struct outp_driver *this, struct font *, int index);
 /* Driver initialization. */
 
 static bool
-ps_open_driver (struct outp_driver *this, const char *options)
+ps_open_driver (struct outp_driver *this, const struct string *options)
 {
   struct ps_driver_ext *x;
   size_t i;