Changeset 3162 for trunk/tools


Ignore:
Timestamp:
Mar 19, 2000, 12:56:24 AM (25 years ago)
Author:
bird
Message:

Cyclic self check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r3148 r3162  
    1 /* $Id: fastdep.c,v 1.14 2000-03-17 19:26:50 bird Exp $
     1/* $Id: fastdep.c,v 1.15 2000-03-18 23:56:24 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    24952495    int      i;
    24962496
     2497    /* self check */
     2498    if (strcmp(pdepRule->pszRule, pszDep) == 0)
     2499        return TRUE;
     2500
    24972501    /* find rule for the dep. */
    24982502    if ((pdep = (PDEPRULE)(void*)AVLGet((PPAVLNODECORE)(void*)&pdepTree, pszDep)) == NULL
Note: See TracChangeset for help on using the changeset viewer.