Mercurial > hg > octave-lyh
diff src/oct-obj.cc @ 1742:a02f140ed897
[project @ 1996-01-12 11:09:39 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jan 1996 11:21:53 +0000 |
parents | 19c10b8657d5 |
children | 08e778219ef0 |
line wrap: on
line diff
--- a/src/oct-obj.cc +++ b/src/oct-obj.cc @@ -29,15 +29,9 @@ #include <config.h> #endif -#include "Array.h" -#include "Range.h" -#include "mx-base.h" +#include "oct-obj.h" -#include "oct-obj.h" -#include "tree-const.h" - -// We can't put these functions in oct-obj.h without including -// tree-const.h there too, and that causes trouble... +// XXX FIXME XXX -- these can probably go in oct-obj.h now. Octave_object::Octave_object (double d) : Array<tree_constant> (1, tree_constant (d)) { }