Ignore:
Timestamp:
Dec 20, 2008 11:29:32 PM (15 years ago)
Author:
dkearney
Message:

attempting to fix compiler warning for octave's print_usage function
this seems to work for octave3.0
also adding checks to configure for more header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/octave/rpUnitsConvertObjStr.cc

    r1103 r1262  
    7171                }
    7272            } else {
    73                 print_usage(who.c_str());
     73                _PRINT_USAGE(who.c_str());
    7474            }
    7575        } else {
    76             print_usage(who.c_str());
     76            _PRINT_USAGE(who.c_str());
    7777        }
    7878    } else {
    79         print_usage(who.c_str());
     79        _PRINT_USAGE(who.c_str());
    8080    }
    8181    retval(0) = outVal;
Note: See TracChangeset for help on using the changeset viewer.