Changeset 3899 for trunk/tools/database/StateUpd.cpp
- Timestamp:
- Jul 29, 2000, 4:12:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.cpp
r3882 r3899 1 /* $Id: StateUpd.cpp,v 1.2 6 2000-07-21 21:09:43bird Exp $1 /* $Id: StateUpd.cpp,v 1.27 2000-07-29 14:12:46 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 894 894 memset(&FnDesc, 0, sizeof(FnDesc)); 895 895 896 /* default value */896 /* default value and file number. */ 897 897 FnDesc.lStatus = 99; 898 FnDesc.lFile = pOptions->lFileRefcode; 898 899 899 900 /* precondition: isFunction is true.
Note:
See TracChangeset
for help on using the changeset viewer.