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

Diff for /mandoc/mdoc_validate.c between version 1.112 and 1.113

version 1.112, 2010/07/20 14:56:42 version 1.113, 2010/07/21 09:08:26
Line 624  pre_bl(PRE_ARGS)
Line 624  pre_bl(PRE_ARGS)
                         if ( ! mdoc_nmsg(mdoc, n, MANDOCERR_IGNARGV))                          if ( ! mdoc_nmsg(mdoc, n, MANDOCERR_IGNARGV))
                                 return(0);                                  return(0);
                         break;                          break;
                   default:
                           continue;
                 }                  }
   
                 /* Check: duplicate auxiliary arguments. */                  /* Check: duplicate auxiliary arguments. */
Line 946  static int
Line 948  static int
 post_bf(POST_ARGS)  post_bf(POST_ARGS)
 {  {
         struct mdoc_node *np;          struct mdoc_node *np;
         int               arg;          enum mdocargt     arg;
   
         /*          /*
          * Unlike other data pointers, these are "housed" by the HEAD           * Unlike other data pointers, these are "housed" by the HEAD

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb