comparison src/ov-fcn-inline.cc @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 6fcc2f5b2c7d
children 8b0cfeb06365
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
108 108
109 return m; 109 return m;
110 } 110 }
111 111
112 bool 112 bool
113 octave_fcn_inline::save_ascii (std::ostream& os, bool&) 113 octave_fcn_inline::save_ascii (std::ostream& os)
114 { 114 {
115 os << "# nargs: " << ifargs.length () << "\n"; 115 os << "# nargs: " << ifargs.length () << "\n";
116 for (int i = 0; i < ifargs.length (); i++) 116 for (int i = 0; i < ifargs.length (); i++)
117 os << ifargs(i) << "\n"; 117 os << ifargs(i) << "\n";
118 if (nm.length () < 1) 118 if (nm.length () < 1)