[BACK]Return to roff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.c between version 1.39 and 1.40

version 1.39, 2011/07/07 20:07:38 version 1.40, 2011/07/31 14:11:48
Line 1344 
Line 1344 
         char             *c;          char             *c;
         size_t            oldch, newch;          size_t            oldch, newch;
   
           /* XXX workaround for the Perl preamble until we get .tr */
           if ( ! strcmp(name, "--")) {
                   string = "--";
                   multiline = 0;
           }
   
         /* Search for an existing string with the same name. */          /* Search for an existing string with the same name. */
         n = r->first_string;          n = r->first_string;
         while (n && strcmp(name, n->name))          while (n && strcmp(name, n->name))

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40