Mercurial > hg > octave-nkf
diff src/oct-obj.h @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 4c8a2e4e0717 |
children | db0598f94c0f |
line wrap: on
line diff
--- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -57,7 +57,7 @@ void operator delete (void *p, size_t size) { allocator.free (p, size); } - // XXX FIXME XXX -- without this, I have errors with the stack of + // FIXME -- without this, I have errors with the stack of // octave_value_list objects in ov-usr-fcn.h. Why? void *operator new (size_t size, void *p) { return ::operator new (size, p); }