/[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.22 by wl, Mon Nov 22 08:36:29 2004 UTC revision 1.23 by wl, Thu Dec 16 13:09:54 2004 UTC
# Line 6075  void tag() Line 6075  void tag()
6075      for (; c != '\n' && c != EOF; c = get_copy(0))      for (; c != '\n' && c != EOF; c = get_copy(0))
6076        s += (char)c;        s += (char)c;
6077      s += '\n';      s += '\n';
6078      if (is_html)      curenv->add_node(new tag_node(s, 0));
       curenv->add_node(new tag_node(s, 0));  
6079    }    }
6080    tok.next();    tok.next();
6081  }  }
# Line 6099  void taga() Line 6098  void taga()
6098      for (; c != '\n' && c != EOF; c = get_copy(0))      for (; c != '\n' && c != EOF; c = get_copy(0))
6099        s += (char)c;        s += (char)c;
6100      s += '\n';      s += '\n';
6101      if (is_html)      curenv->add_node(new tag_node(s, 1));
       curenv->add_node(new tag_node(s, 1));  
6102    }    }
6103    tok.next();    tok.next();
6104  }  }

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

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