Mercurial > hg > octave-lyh
changeset 259:23866011a5f2
[project @ 1993-12-14 22:21:12 by jwe]
author | jwe |
---|---|
date | Tue, 14 Dec 1993 22:21:35 +0000 |
parents | 1c9a678906fb |
children | 74d73a4b3fc7 |
files | src/pt-const.cc src/pt-const.h |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pt-const.cc +++ b/src/pt-const.cc @@ -2445,6 +2445,13 @@ } } +tree_constant +tree_constant::eval (int argc, char **argv, int print) +{ + ::error ("first element of word-list command is a constant"); + return tree_constant (); +} + #if defined (MDEBUG) void * tree_constant::operator new (size_t size)