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

Diff for /mandoc/Attic/mdoc_hash.c between version 1.6 and 1.7

version 1.6, 2009/07/17 10:56:27 version 1.7, 2009/07/17 11:00:18
Line 127  mdoc_hash_find(const void *arg, const char *tmp)
Line 127  mdoc_hash_find(const void *arg, const char *tmp)
   
         ind = INDEX(major, minor);          ind = INDEX(major, minor);
   
           if (ind < 0 || ind >= 26 * 3 * 52)
                   return(MDOC_MAX);
   
         if (htab[ind]) {          if (htab[ind]) {
                 slot = htab[ind] - /* LINTED */                  slot = htab[ind] - /* LINTED */
                         (void *)mdoc_macros;                          (void *)mdoc_macros;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb