/[groff]/groff/src/roff/troff/node.cpp
ViewVC logotype

Diff of /groff/src/roff/troff/node.cpp

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

revision 1.17 by wl, Thu May 26 21:02:01 2005 UTC revision 1.18 by wl, Thu Jun 16 09:47:49 2005 UTC
# Line 61  extern int debug_state; Line 61  extern int debug_state;
61    
62  #endif /* not _POSIX_VERSION */  #endif /* not _POSIX_VERSION */
63    
64    // declarations to avoid friend name injections
65    class tfont;
66    class tfont_spec;
67    tfont *make_tfont(tfont_spec &);
68    
69    
70  /*  /*
71   *  how many boundaries of images have been written? Useful for   *  how many boundaries of images have been written? Useful for
72   *  debugging grohtml   *  debugging grohtml
# Line 114  struct conditional_bold { Line 120  struct conditional_bold {
120    conditional_bold(int, hunits, conditional_bold * = 0);    conditional_bold(int, hunits, conditional_bold * = 0);
121  };  };
122    
 class tfont;  
   
123  class font_info {  class font_info {
124    tfont *last_tfont;    tfont *last_tfont;
125    int number;    int number;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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