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/rpLibElement.cc

    r1085 r1262  
    7272            }
    7373            else {
    74                 print_usage (who.c_str());
     74                _PRINT_USAGE (who.c_str());
    7575            }
    7676        }
    7777        else {
    78             print_usage (who.c_str());
     78            _PRINT_USAGE (who.c_str());
    7979        }
    8080    }
    8181    else {
    82         print_usage (who.c_str());
     82        _PRINT_USAGE (who.c_str());
    8383    }
    8484
Note: See TracChangeset for help on using the changeset viewer.