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

Diff for /mandoc/mdoc_state.c between version 1.3 and 1.4

version 1.3, 2015/10/30 18:53:54 version 1.4, 2017/01/10 13:47:00
Line 249  state_sh(STATE_ARGS)
Line 249  state_sh(STATE_ARGS)
         if (n->type != ROFFT_HEAD)          if (n->type != ROFFT_HEAD)
                 return;                  return;
   
         if ( ! (n->flags & MDOC_VALID)) {          if ( ! (n->flags & NODE_VALID)) {
                 secname = NULL;                  secname = NULL;
                 deroff(&secname, n);                  deroff(&secname, n);
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb