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

Diff for /mandoc/Attic/macro.c between version 1.45 and 1.46

version 1.45, 2009/01/20 13:05:28 version 1.46, 2009/01/20 15:06:07
Line 1213  macro_end(struct mdoc *mdoc)
Line 1213  macro_end(struct mdoc *mdoc)
                         continue;                          continue;
                 if ( ! (MDOC_EXPLICIT & mdoc_macros[n->tok].flags))                  if ( ! (MDOC_EXPLICIT & mdoc_macros[n->tok].flags))
                         continue;                          continue;
                 mdoc_nerr(mdoc, n, "macro scope still open on exit");                  return(mdoc_nerr(mdoc, n, "macro scope still open on exit"));
                 return(0);  
         }          }
   
         return(rewind_last(mdoc, mdoc->first));          return(rewind_last(mdoc, mdoc->first));

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb