Changeset 6651 for trunk/tools/database/StateUpd.cpp
- Timestamp:
- Sep 5, 2001, 3:59:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.cpp
r6643 r6651 1 /* $Id: StateUpd.cpp,v 1.3 3 2001-09-05 11:57:57bird Exp $1 /* $Id: StateUpd.cpp,v 1.34 2001-09-05 13:59:03 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 2036 2036 /* 1. */ 2037 2037 if ( 2038 strncmp(pszFnName, "for", cchFnName) != 0 &&2038 strncmp(pszFnName, "for", cchFnName) != 0 && 2039 2039 strncmp(pszFnName, "while", cchFnName) != 0 && 2040 2040 strncmp(pszFnName, "do", cchFnName) != 0 &&
Note:
See TracChangeset
for help on using the changeset viewer.