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

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

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

revision 1.10 by wl, Fri Oct 15 05:08:35 2004 UTC revision 1.11 by wl, Thu Dec 16 13:09:54 2004 UTC
# Line 2206  node *environment::make_tag(const char * Line 2206  node *environment::make_tag(const char *
2206      if (curdiv == topdiv && topdiv->before_first_page)      if (curdiv == topdiv && topdiv->before_first_page)
2207        topdiv->begin_page();        topdiv->begin_page();
2208      macro *m = new macro;      macro *m = new macro;
2209      m->append_str("html-tag:");      m->append_str("devtag:");
2210      for (const char *p = nm; *p; p++)      for (const char *p = nm; *p; p++)
2211        if (!invalid_input_char((unsigned char)*p))        if (!invalid_input_char((unsigned char)*p))
2212          m->append(*p);          m->append(*p);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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