[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.35 and 1.36

version 1.35, 2009/09/16 20:49:06 version 1.36, 2009/09/20 17:24:57
Line 260  mdoc_macroend(struct mdoc *m)
Line 260  mdoc_macroend(struct mdoc *m)
 static int  static int
 lookup(int from, const char *p)  lookup(int from, const char *p)
 {  {
           /* FIXME: make -diag lists be un-PARSED. */
   
         if ( ! (MDOC_PARSED & mdoc_macros[from].flags))          if ( ! (MDOC_PARSED & mdoc_macros[from].flags))
                 return(MDOC_MAX);                  return(MDOC_MAX);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb