Ignore:
Timestamp:
Jul 29, 2000, 4:12:47 PM (25 years ago)
Author:
bird
Message:

Updates the file column in the function table.

File:
1 edited

Legend:

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

    r3882 r3899  
    1 /* $Id: StateUpd.cpp,v 1.26 2000-07-21 21:09:43 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.27 2000-07-29 14:12:46 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    894894    memset(&FnDesc, 0, sizeof(FnDesc));
    895895
    896     /* default value */
     896    /* default value and file number. */
    897897    FnDesc.lStatus = 99;
     898    FnDesc.lFile = pOptions->lFileRefcode;
    898899
    899900    /* precondition: isFunction is true.
Note: See TracChangeset for help on using the changeset viewer.