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

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

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

revision 1.23 by wl, Thu Dec 16 13:09:54 2004 UTC revision 1.24 by wl, Mon Feb 28 13:57:54 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 3398  int string_iterator::fill(node **np) Line 3398  int string_iterator::fill(node **np)
3398      p = bp->s;      p = bp->s;
3399    }    }
3400    if (*p == '\0') {    if (*p == '\0') {
3401      if (np)      if (np) {
3402        *np = nd->copy();        *np = nd->copy();
3403      if (is_diversion())        if (is_diversion())
3404        (*np)->div_nest_level = input_stack::get_div_level();          (*np)->div_nest_level = input_stack::get_div_level();
3405      else        else
3406        (*np)->div_nest_level = 0;          (*np)->div_nest_level = 0;
3407        }
3408      nd = nd->next;      nd = nd->next;
3409      eptr = ptr = p + 1;      eptr = ptr = p + 1;
3410      count--;      count--;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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