comparison src/ov-fcn-handle.cc @ 5958:85c7dc4afe6b

[project @ 2006-08-23 18:35:38 by jwe]
author jwe
date Wed, 23 Aug 2006 18:35:39 +0000
parents cdef72fcd206
children 62f482479cb5
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
142 142
143 return retval; 143 return retval;
144 } 144 }
145 145
146 bool 146 bool
147 octave_fcn_handle::save_ascii (std::ostream& os, bool&, int) 147 octave_fcn_handle::save_ascii (std::ostream& os, bool&)
148 { 148 {
149 os << nm << "\n"; 149 os << nm << "\n";
150 150
151 if (nm == "@<anonymous>") 151 if (nm == "@<anonymous>")
152 { 152 {