Use xmalloca instead of xallocsa due to module renaming.
[pspp-builds.git] / src / output / dummy-chart.c
index 9e9a81420df4e8f714d87548312477e2ac63e460..dc20162c410bfe7f4830dfb332cf4e4df00af169 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -18,8 +17,9 @@
    02110-1301, USA. */
 
 #include <config.h>
-
 #include <stdio.h>
+#include <libpspp/compiler.h>
+#include "chart.h"
 
 
 struct chart *
@@ -29,7 +29,7 @@ chart_create(void)
 }
 
 void
-chart_submit(struct chart *chart)
+chart_submit(struct chart *chart UNUSED)
 {
 }