pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/frequencies.q


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

Index: pspp/src/frequencies.q
diff -u pspp/src/frequencies.q:1.32 pspp/src/frequencies.q:1.33
--- pspp/src/frequencies.q:1.32 Sat Dec  4 09:21:02 2004
+++ pspp/src/frequencies.q      Fri Jan  7 00:17:20 2005
@@ -627,6 +627,7 @@
        dump_statistics (v, !dumped_freq_tab);
 
 
+#ifndef NO_CHARTS
       if ( chart == GFT_HIST) 
        {
          double d[frq_n_stats];
@@ -652,6 +653,7 @@
        {
          do_piechart(v_variables[i], ft);
        }
+#endif
 
 
       cleanup_freq_tab (v);
@@ -1612,6 +1614,7 @@
 
 
 
+#ifndef NO_CHARTS
 static void
 do_piechart(const struct variable *var, const struct freq_tab *frq_tab)
 {
@@ -1624,6 +1627,7 @@
 
   free(slices);
 }
+#endif
 
 /* 
    Local Variables:




reply via email to

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