Ignore:
Timestamp:
Dec 20, 2008, 11:29:32 PM (16 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/rpLibNodeType.cc

    r1085 r1262  
    6161            else {
    6262                // libHandle is negative
    63                 print_usage (who.c_str());
     63                _PRINT_USAGE (who.c_str());
    6464            }
    6565        }
    6666        else {
    6767            // wrong argument types
    68             print_usage (who.c_str());
     68            _PRINT_USAGE (who.c_str());
    6969        }
    7070    }
    7171    else {
    7272        // wrong number of arguments
    73         print_usage (who.c_str());
     73        _PRINT_USAGE (who.c_str());
    7474    }
    7575
Note: See TracChangeset for help on using the changeset viewer.