diff src/lpsolve.cc @ 2086:bfb775fb6fe8

[project @ 1996-04-25 05:55:19 by jwe]
author jwe
date Thu, 25 Apr 1996 05:55:19 +0000
parents 003570e69c7b
children 7ee42ff6536a
line wrap: on
line diff
--- a/src/lpsolve.cc
+++ b/src/lpsolve.cc
@@ -34,7 +34,7 @@
 DEFUN_DLD_BUILTIN (lp_solve, , ,
   "lp_solve (): solve linear programs using lp_solve.")
 {
-  Octave_object retval;
+  octave_value_list retval;
 
   // Force a bad value of inform, and empty matrices for x and phi.
 
@@ -54,7 +54,7 @@
 Set or show options for lp_solve.  Keywords may be abbreviated\n\
 to the shortest match.")
 {
-  Octave_object retval;
+  octave_value_list retval;
 
   error ("lp_solve_options: not implemented yet");