/[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.12 by jmd, Fri Nov 19 06:06:21 2004 UTC revision 1.13 by jmd, Fri Jan 14 04:05:47 2005 UTC
# Line 1631  ascii_close_page (struct outp_driver *th Line 1631  ascii_close_page (struct outp_driver *th
1631    return 1;    return 1;
1632  }  }
1633    
1634    
1635    
1636    void ascii_chart_initialise(struct outp_class *c UNUSED,
1637                                struct chart *ch UNUSED);
1638    
1639    void ascii_chart_finalise(struct outp_class *c UNUSED,
1640                              struct chart *ch UNUSED);
1641    
1642    
1643    void
1644    ascii_chart_initialise(struct outp_class *c UNUSED, struct chart *ch )
1645    {
1646      msg(MW, _("Charts are unsupported with ascii drivers."));
1647      ch->lp = 0;
1648    }
1649    
1650    void
1651    ascii_chart_finalise(struct outp_class *c UNUSED, struct chart *ch UNUSED)
1652    {
1653      
1654    }
1655    
1656  struct outp_class ascii_class =  struct outp_class ascii_class =
1657  {  {
1658    "ascii",    "ascii",
# Line 1669  struct outp_class ascii_class = Line 1691  struct outp_class ascii_class =
1691    ascii_text_get_size,    ascii_text_get_size,
1692    ascii_text_metrics,    ascii_text_metrics,
1693    ascii_text_draw,    ascii_text_draw,
1694    
1695      ascii_chart_initialise,
1696      ascii_chart_finalise
1697  };  };

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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