pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/chart.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/chart.h
Date: Thu, 06 Jan 2005 19:29:42 -0500

Index: pspp/src/chart.h
diff -u pspp/src/chart.h:1.6 pspp/src/chart.h:1.7
--- pspp/src/chart.h:1.6        Fri Dec 31 08:51:07 2004
+++ pspp/src/chart.h    Fri Jan  7 00:17:20 2005
@@ -21,12 +21,15 @@
 #ifndef CHART_H
 #define CHART_H
 
+#include <config.h>
 #include <stdio.h>
-#include <plot.h>
 #include <gsl/gsl_histogram.h>
-
 #include "var.h"
 
+#ifndef NO_CHARTS
+#include <plot.h>
+#endif
+
 
 /* Array of standard colour names */
 extern const char *data_colour[];
@@ -34,8 +37,10 @@
 
 struct chart {
 
+#ifndef NO_CHARTS
   plPlotter *lp ;
   plPlotterParams *pl_params;
+#endif
 
   /* The geometry of the chart 
      See diagram at the foot of this file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]