Changeset 17203
- Timestamp:
- Sep 5, 2001, 1:57:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/tools/database/StateUpd.cpp ¶
r14515 r17203 1 /* $Id: StateUpd.cpp,v 1.3 2 2000-08-02 20:20:35bird Exp $1 /* $Id: StateUpd.cpp,v 1.33 2001-09-05 11:57:57 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 1733 1733 * @param iEnd Index of last line. 1734 1734 * @param apszLines Array lines. 1735 * @param pszStart Pointer to char to start at (into papszLines[iStart] of course!) 1735 * @param pszStart Pointer to char to start at (into papszLines[iStart] of course!). Defaults to start of line iStart. 1736 1736 * @status completely impelmented. 1737 1737 * @author knut st. osmundsen (knut.stange.osmundsen@pmsc.no) … … 1759 1759 1760 1760 /* Anything left of the area to copy? */ 1761 if (iStart <= iEnd )1761 if (iStart <= iEnd && (!pszStart || *psz != '@')) /* last test is fix for parameters without description. */ 1762 1762 { 1763 1763 /*
Note:
See TracChangeset
for help on using the changeset viewer.