Changeset 5031 for trunk/tools


Ignore:
Timestamp:
Jan 26, 2001, 10:34:28 PM (25 years ago)
Author:
phaller
Message:

Corrected RxFuncQuery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/MakeBldLevelInfo.cmd

    r5030 r5031  
    1 /* $Id: MakeBldLevelInfo.cmd,v 1.3 2001-01-26 21:33:13 phaller Exp $
     1/* $Id: MakeBldLevelInfo.cmd,v 1.4 2001-01-26 21:34:28 phaller Exp $
    22 *
    33 * Adds a Description string to the given .def-file.
     
    66 */
    77
    8 if RxFuncQuery('SysLoadFuncs'=1 THEN
     8if RxFuncQuery('SysLoadFuncs')=1 THEN
    99DO
    1010  call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';
Note: See TracChangeset for help on using the changeset viewer.