[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.61 and 1.63

version 1.61, 2010/04/03 14:02:10 version 1.63, 2010/04/03 14:25:12
Line 133  static v_post  posts_text1[] = { eerr_eq1, NULL };
Line 133  static v_post  posts_text1[] = { eerr_eq1, NULL };
 static  v_post   posts_vt[] = { post_vt, NULL };  static  v_post   posts_vt[] = { post_vt, NULL };
 static  v_post   posts_wline[] = { bwarn_ge1, herr_eq0, NULL };  static  v_post   posts_wline[] = { bwarn_ge1, herr_eq0, NULL };
 static  v_post   posts_wtext[] = { ewarn_ge1, NULL };  static  v_post   posts_wtext[] = { ewarn_ge1, NULL };
 static  v_post   posts_xr[] = { eerr_ge1, NULL };  static  v_post   posts_xr[] = { ewarn_ge1, NULL };
 static  v_pre    pres_an[] = { pre_an, NULL };  static  v_pre    pres_an[] = { pre_an, NULL };
 static  v_pre    pres_bd[] = { pre_display, pre_bd, NULL };  static  v_pre    pres_bd[] = { pre_display, pre_bd, NULL };
 static  v_pre    pres_bl[] = { pre_bl, NULL };  static  v_pre    pres_bl[] = { pre_bl, NULL };
Line 627  pre_bl(PRE_ARGS)
Line 627  pre_bl(PRE_ARGS)
                          * over.  If we don't do this, mdoc_action will                           * over.  If we don't do this, mdoc_action will
                          * become confused when it scans over multiple                           * become confused when it scans over multiple
                          * types whilst setting its bitmasks.                           * types whilst setting its bitmasks.
                            *
                            * FIXME: this should occur in mdoc_action.c.
                          */                           */
                         if (type >= 0) {                          if (type >= 0) {
                                 if ( ! mdoc_nwarn(mdoc, n, EMULTILIST))                                  if ( ! mdoc_nwarn(mdoc, n, EMULTILIST))

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.63

CVSweb