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

Diff for /mandoc/roff.c between version 1.136 and 1.137

version 1.136, 2011/04/19 16:38:48 version 1.137, 2011/04/24 23:51:17
Line 829  roff_block_sub(ROFF_ARGS)
Line 829  roff_block_sub(ROFF_ARGS)
          * pulling it out of the hashtable.           * pulling it out of the hashtable.
          */           */
   
         if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos)))          t = roff_parse(r, *bufp, &pos);
                 return(ROFF_IGN);  
   
         /*          /*
          * Macros other than block-end are only significant           * Macros other than block-end are only significant

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

CVSweb