/[pspp]/pspp/src/frequencies.q
ViewVC logotype

Diff of /pspp/src/frequencies.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by jmd, Sat Dec 4 09:21:02 2004 UTC revision 1.33 by jmd, Fri Jan 7 00:17:20 2005 UTC
# Line 627  postcalc (void *aux UNUSED) Line 627  postcalc (void *aux UNUSED)
627          dump_statistics (v, !dumped_freq_tab);          dump_statistics (v, !dumped_freq_tab);
628    
629    
630    #ifndef NO_CHARTS
631        if ( chart == GFT_HIST)        if ( chart == GFT_HIST)
632          {          {
633            double d[frq_n_stats];            double d[frq_n_stats];
# Line 652  postcalc (void *aux UNUSED) Line 653  postcalc (void *aux UNUSED)
653          {          {
654            do_piechart(v_variables[i], ft);            do_piechart(v_variables[i], ft);
655          }          }
656    #endif
657    
658    
659        cleanup_freq_tab (v);        cleanup_freq_tab (v);
# Line 1612  freq_tab_to_slice_array(const struct fre Line 1614  freq_tab_to_slice_array(const struct fre
1614    
1615    
1616    
1617    #ifndef NO_CHARTS
1618  static void  static void
1619  do_piechart(const struct variable *var, const struct freq_tab *frq_tab)  do_piechart(const struct variable *var, const struct freq_tab *frq_tab)
1620  {  {
# Line 1624  do_piechart(const struct variable *var, Line 1627  do_piechart(const struct variable *var,
1627    
1628    free(slices);    free(slices);
1629  }  }
1630    #endif
1631    
1632  /*  /*
1633     Local Variables:     Local Variables:

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26