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

Diff for /src/usr.bin/mandoc/Attic/mdoc_action.c between version 1.27 and 1.28

version 1.27, 2010/03/02 00:38:59 version 1.28, 2010/04/02 12:39:47
Line 644 
Line 644 
 post_bl_width(POST_ARGS)  post_bl_width(POST_ARGS)
 {  {
         size_t            width;          size_t            width;
         int               i, tok;          int               i;
           enum mdoct        tok;
         char              buf[NUMSIZ];          char              buf[NUMSIZ];
         char             *p;          char             *p;
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28