comparison liboctave/lo-utils.cc @ 10142:829e69ec3110

make OCTAVE_QUIT a function
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 20 Jan 2010 10:38:00 +0100
parents ca93f583573d
children 4c0cdbe0acca
comparison
equal deleted inserted replaced
10141:e409546ac0a8 10142:829e69ec3110
218 while (retval.empty ()); 218 while (retval.empty ());
219 219
220 if (buf) 220 if (buf)
221 free (buf); 221 free (buf);
222 222
223 OCTAVE_QUIT; 223 octave_quit ();
224 224
225 return retval; 225 return retval;
226 } 226 }
227 227
228 std::string 228 std::string