Mercurial > hg > octave-nkf
diff src/pt-misc.cc @ 2530:64f403ef483d
[project @ 1996-11-19 18:06:02 by jwe]
author | jwe |
---|---|
date | Tue, 19 Nov 1996 18:11:18 +0000 |
parents | f667d7ec08b9 |
children | 2c0f259cf83d |
line wrap: on
line diff
--- a/src/pt-misc.cc +++ b/src/pt-misc.cc @@ -38,6 +38,7 @@ #endif #include "error.h" +#include "input.h" #include "oct-obj.h" #include "pager.h" #include "toplev.h" @@ -87,7 +88,7 @@ if (in_function_body && (Vecho_executing_commands & ECHO_FUNCTIONS)) { - tree_print_code tpc (octave_stdout); + tree_print_code tpc (octave_stdout, Vps4); accept (tpc); }