Ignore:
Timestamp:
Sep 5, 2001, 3:59:03 PM (24 years ago)
Author:
bird
Message:

Some more fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/StateUpd.cpp

    r6643 r6651  
    1 /* $Id: StateUpd.cpp,v 1.33 2001-09-05 11:57:57 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.34 2001-09-05 13:59:03 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    20362036                    /* 1. */
    20372037                    if (
    2038                         strncmp(pszFnName, "for", cchFnName) != 0 &&
     2038                        strncmp(pszFnName, "for", cchFnName) != 0   &&
    20392039                        strncmp(pszFnName, "while", cchFnName) != 0 &&
    20402040                        strncmp(pszFnName, "do", cchFnName) != 0    &&
Note: See TracChangeset for help on using the changeset viewer.