[BACK]Return to mdoc_macro.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_macro.c between version 1.74 and 1.75

version 1.74, 2012/07/18 16:20:14 version 1.75, 2012/11/16 13:25:34
Line 734 
Line 734 
                 if (later &&                  if (later &&
                     MDOC_EXPLICIT & mdoc_macros[later->tok].flags)                      MDOC_EXPLICIT & mdoc_macros[later->tok].flags)
                         continue;                          continue;
                 if (MDOC_CALLABLE & mdoc_macros[n->tok].flags)                  if (MDOC_It != n->tok)
                         later = n;                          later = n;
         }          }
   

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75