/[pspp]/pspp/src/piechart.c
ViewVC logotype

Diff of /pspp/src/piechart.c

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

revision 1.4 by jmd, Fri Dec 31 08:51:07 2004 UTC revision 1.5 by jmd, Fri Jan 7 00:17:20 2005 UTC
# Line 19  Foundation, Inc., 59 Temple Place - Suit Line 19  Foundation, Inc., 59 Temple Place - Suit
19  02111-1307, USA. */  02111-1307, USA. */
20    
21    
22  #include <config.h>  #include "config.h"
23  #include "chart.h"  #include "chart.h"
24  #include <float.h>  #include <float.h>
25  #include <assert.h>  #include <assert.h>
# Line 47  draw_segment(struct chart *ch, Line 47  draw_segment(struct chart *ch,
47    
48    
49    
50    #ifndef NO_CHARTS
51    
52  /* Draw a piechart */  /* Draw a piechart */
53  void  void
54  piechart_plot(const char *title, const struct slice *slices, int n_slices)  piechart_plot(const char *title, const struct slice *slices, int n_slices)
# Line 208  draw_segment(struct chart *ch, Line 210  draw_segment(struct chart *ch,
210    
211    pl_restorestate_r(ch->lp);    pl_restorestate_r(ch->lp);
212  }  }
213    
214    #else
215    
216    
217    void
218    piechart_plot(const char *title, const struct slice *slices, int n_slices)
219    {
220    }
221    
222    #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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