Changeset 9208 for trunk/tools
- Timestamp:
- Sep 5, 2002, 4:20:37 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/fastdep.c
r9146 r9208 1 /* $Id: fastdep.c,v 1.4 1 2002-08-28 02:12:55bird Exp $1 /* $Id: fastdep.c,v 1.42 2002-09-05 02:20:37 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 3952 3952 } 3953 3953 } 3954 /* 3955 * Dir was cached, hence the file doesn't exist 3956 * and the we should rescan the source file. 3957 */ 3958 else 3959 return FALSE; 3954 3960 } 3955 3961 }
Note:
See TracChangeset
for help on using the changeset viewer.