Changeset 3162 for trunk/tools
- Timestamp:
- Mar 19, 2000, 12:56:24 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/fastdep.c
r3148 r3162 1 /* $Id: fastdep.c,v 1.1 4 2000-03-17 19:26:50bird Exp $1 /* $Id: fastdep.c,v 1.15 2000-03-18 23:56:24 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 2495 2495 int i; 2496 2496 2497 /* self check */ 2498 if (strcmp(pdepRule->pszRule, pszDep) == 0) 2499 return TRUE; 2500 2497 2501 /* find rule for the dep. */ 2498 2502 if ((pdep = (PDEPRULE)(void*)AVLGet((PPAVLNODECORE)(void*)&pdepTree, pszDep)) == NULL
Note:
See TracChangeset
for help on using the changeset viewer.