[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.85 and 1.86

version 1.85, 2014/07/09 11:28:26 version 1.86, 2014/07/30 21:18:24
Line 415  in_line_eoln(MACRO_PROT_ARGS)
Line 415  in_line_eoln(MACRO_PROT_ARGS)
                 return(1);                  return(1);
         }          }
   
         /* Set ignorable context, if applicable. */  
   
         if (MAN_NSCOPED & man_macros[tok].flags) {  
                 assert( ! (MAN_SCOPED & man_macros[tok].flags));  
                 man->flags |= MAN_ILINE;  
         }  
   
         assert(MAN_ROOT != man->last->type);          assert(MAN_ROOT != man->last->type);
         man->next = MAN_NEXT_SIBLING;          man->next = MAN_NEXT_SIBLING;
   

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb