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

Diff for /mandoc/man_macro.c between version 1.79 and 1.80

version 1.79, 2013/12/25 00:50:05 version 1.80, 2013/12/31 23:23:10
Line 438  in_line_eoln(MACRO_PROT_ARGS)
Line 438  in_line_eoln(MACRO_PROT_ARGS)
          */           */
   
         if (n != man->last &&          if (n != man->last &&
             mandoc_eos(man->last->string, strlen(man->last->string), 0))              mandoc_eos(man->last->string, strlen(man->last->string)))
                 man->last->flags |= MAN_EOS;                  man->last->flags |= MAN_EOS;
   
         /*          /*

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb