/[groff]/groff/src/preproc/tbl/table.h
ViewVC logotype

Diff of /groff/src/preproc/tbl/table.h

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

revision 1.6 by wlemb, Sat Apr 17 06:41:50 2004 UTC revision 1.7 by wl, Mon Sep 13 08:13:48 2004 UTC
# Line 32  Foundation, 59 Temple Place - Suite 330, Line 32  Foundation, 59 Temple Place - Suite 330,
32  #include "errarg.h"  #include "errarg.h"
33  #include "error.h"  #include "error.h"
34    
35    // PREFIX and PREFIX_CHAR must be the same.
36    #define PREFIX "3"
37    #define PREFIX_CHAR '3'
38    
39    // LEADER and LEADER_CHAR must be the same.
40    #define LEADER "a"
41    #define LEADER_CHAR 'a'
42    
43  struct inc_number {  struct inc_number {
44    short inc;    short inc;
45    short val;    short val;
# Line 153  public: Line 161  public:
161  };  };
162    
163  void set_troff_location(const char *, int);  void set_troff_location(const char *, int);
164    
165    extern int compatible_flag;

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

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