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

Diff of /pspp/src/ascii.c

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

revision 1.15 by jmd, Fri Apr 29 01:02:13 2005 UTC revision 1.16 by blp, Mon Jun 13 06:51:13 2005 UTC
# Line 1633  ascii_close_page (struct outp_driver *th Line 1633  ascii_close_page (struct outp_driver *th
1633    
1634    
1635    
1636  void ascii_chart_initialise(struct outp_class *c UNUSED,  static void
1637                              struct chart *ch UNUSED);  ascii_chart_initialise(struct outp_driver *d UNUSED, struct chart *ch )
   
 void ascii_chart_finalise(struct outp_class *c UNUSED,  
                           struct chart *ch UNUSED);  
   
   
 void  
 ascii_chart_initialise(struct outp_class *c UNUSED, struct chart *ch )  
1638  {  {
1639    msg(MW, _("Charts are unsupported with ascii drivers."));    msg(MW, _("Charts are unsupported with ascii drivers."));
1640    ch->lp = 0;    ch->lp = 0;
1641  }  }
1642    
1643  void  static void
1644  ascii_chart_finalise(struct outp_class *c UNUSED, struct chart *ch UNUSED)  ascii_chart_finalise(struct outp_driver *d UNUSED, struct chart *ch UNUSED)
1645  {  {
1646        
1647  }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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