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

Diff for /mandoc/roff.c between version 1.187 and 1.188

version 1.187, 2013/12/15 21:23:52 version 1.188, 2013/12/25 00:50:05
Line 1733  roff_userdef(ROFF_ARGS)
Line 1733  roff_userdef(ROFF_ARGS)
   
         /*          /*
          * Collect pointers to macro argument strings           * Collect pointers to macro argument strings
          * and null-terminate them.           * and NUL-terminate them.
          */           */
         cp = *bufp + pos;          cp = *bufp + pos;
         for (i = 0; i < 9; i++)          for (i = 0; i < 9; i++)

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

CVSweb