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

Diff for /mandoc/mdoc_macro.c between version 1.217 and 1.218

version 1.217, 2017/02/16 09:47:31 version 1.218, 2017/04/17 12:53:29
Line 903  in_line(MACRO_PROT_ARGS)
Line 903  in_line(MACRO_PROT_ARGS)
                 }                  }
         }          }
   
         if (scope)          if (scope && tok != MDOC_Lk) {
                 rew_elem(mdoc, tok);                  rew_elem(mdoc, tok);
                   scope = 0;
           }
   
         /*          /*
          * If no elements have been collected and we're allowed to have           * If no elements have been collected and we're allowed to have
Line 924  in_line(MACRO_PROT_ARGS)
Line 926  in_line(MACRO_PROT_ARGS)
         }          }
         if (nl)          if (nl)
                 append_delims(mdoc, line, pos, buf);                  append_delims(mdoc, line, pos, buf);
           if (scope)
                   rew_elem(mdoc, tok);
 }  }
   
 static void  static void

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218

CVSweb