/[groff]/groff/src/preproc/tbl/main.cpp
ViewVC logotype

Diff of /groff/src/preproc/tbl/main.cpp

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

revision 1.7 by wl, Thu May 26 21:02:01 2005 UTC revision 1.8 by wl, Thu Jun 16 09:47:49 2005 UTC
# Line 1  Line 1 
1  // -*- C++ -*-  // -*- C++ -*-
2  /* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004  /* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2005
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4       Written by James Clark (jjc@jclark.com)       Written by James Clark (jjc@jclark.com)
5    
# Line 1492  table *process_data(table_input &in, for Line 1492  table *process_data(table_input &in, for
1492    
1493  void process_table(table_input &in)  void process_table(table_input &in)
1494  {  {
   int c;  
1495    options *opt = 0;    options *opt = 0;
1496    format *form = 0;    format *form = 0;
1497    table *tbl = 0;    table *tbl = 0;
# Line 1504  void process_table(table_input &in) Line 1503  void process_table(table_input &in)
1503    }    }
1504    else {    else {
1505      error("giving up on this table");      error("giving up on this table");
1506      while ((c = in.get()) != EOF)      while (in.get() != EOF)
1507        ;        ;
1508    }    }
1509    delete opt;    delete opt;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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