[BACK]Return to roff.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.c between version 1.55 and 1.56

version 1.55, 2008/12/09 17:09:12 version 1.56, 2008/12/09 19:57:26
Line 704  roffspecial(struct rofftree *tree, int tok, const char
Line 704  roffspecial(struct rofftree *tree, int tok, const char
         case (ROFF_At):          case (ROFF_At):
                 if (0 == sz)                  if (0 == sz)
                         break;                          break;
                 if (ROFF_ATT_MAX == roff_att(*ordp))                  if (ROFF_ATT_MAX != roff_att(*ordp))
                         break;                          break;
                 return(roff_errp(tree, *ordp, tok, ERR_BADARG));                  return(roff_errp(tree, *ordp, tok, ERR_BADARG));
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb