[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.33 and 1.34

version 1.33, 2009/08/20 08:59:12 version 1.34, 2009/09/16 14:40:56
Line 275  lookup_raw(struct mdoc *mdoc, const char *p)
Line 275  lookup_raw(struct mdoc *mdoc, const char *p)
 {  {
         int              res;          int              res;
   
         if (MDOC_MAX == (res = mdoc_hash_find(mdoc->htab, p)))          if (MDOC_MAX == (res = mdoc_hash_find(p)))
                 return(MDOC_MAX);                  return(MDOC_MAX);
         if (MDOC_CALLABLE & mdoc_macros[res].flags)          if (MDOC_CALLABLE & mdoc_macros[res].flags)
                 return(res);                  return(res);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb