[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.141 and 1.142

version 1.141, 2018/12/31 08:03:46 version 1.142, 2018/12/31 10:04:39
Line 429  in_line_eoln(MACRO_PROT_ARGS)
Line 429  in_line_eoln(MACRO_PROT_ARGS)
         /* Rewind our element scope. */          /* Rewind our element scope. */
   
         for ( ; man->last; man->last = man->last->parent) {          for ( ; man->last; man->last = man->last->parent) {
                 man_state(man, man->last);                  man->last->flags |= NODE_VALID;
                 if (man->last == n)                  if (man->last == n)
                         break;                          break;
         }          }

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

CVSweb