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

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

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

revision 1.7 by wl, Sun Oct 10 19:08:03 2004 UTC revision 1.8 by wl, Fri Oct 15 05:08:35 2004 UTC
# Line 25  Foundation, 59 Temple Place - Suite 330, Line 25  Foundation, 59 Temple Place - Suite 330,
25  #include "troff.h"  #include "troff.h"
26  #include "dictionary.h"  #include "dictionary.h"
27  #include "hvunits.h"  #include "hvunits.h"
28    #include "stringclass.h"
29    #include "mtsm.h"
30  #include "env.h"  #include "env.h"
31  #include "request.h"  #include "request.h"
32  #include "node.h"  #include "node.h"
# Line 51  static vunits needed_space; Line 53  static vunits needed_space;
53    
54  diversion::diversion(symbol s)  diversion::diversion(symbol s)
55  : prev(0), nm(s), vertical_position(V0), high_water_mark(V0),  : prev(0), nm(s), vertical_position(V0), high_water_mark(V0),
56    no_space_mode(0), needs_push(0), marked_place(V0),    any_chars_added(0), no_space_mode(0), needs_push(0), saved_seen_break(0),
57    any_chars_added(0), saved_seen_break(0), saved_seen_space(0),    saved_seen_space(0), saved_seen_eol(0), saved_suppress_next_eol(0),
58    saved_seen_eol(0), saved_suppress_next_eol(0)    marked_place(V0)
59  {  {
60  }  }
61    

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