Mercurial > hg > octave-lyh
comparison src/pt-pr-code.cc @ 2988:daa1ed1f5462
[project @ 1997-05-16 07:23:15 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 07:23:17 +0000 |
parents | 20f5cec4f11c |
children | 1aeb8869e464 |
comparison
equal
deleted
inserted
replaced
2987:ae20b3f37f5e | 2988:daa1ed1f5462 |
---|---|
31 #include <iostream.h> | 31 #include <iostream.h> |
32 | 32 |
33 #include "error.h" | 33 #include "error.h" |
34 #include "ov-usr-fcn.h" | 34 #include "ov-usr-fcn.h" |
35 #include "pr-output.h" | 35 #include "pr-output.h" |
36 #include "pt-arg-list.h" | 36 #include "pt-all.h" |
37 #include "pt-assign.h" | |
38 #include "pt-base.h" | |
39 #include "pt-binop.h" | |
40 #include "pt-cmd.h" | |
41 #include "pt-colon.h" | |
42 #include "pt-const.h" | |
43 #include "pt-decl.h" | |
44 #include "pt-except.h" | |
45 #include "pt-exp.h" | |
46 #include "pt-id.h" | |
47 #include "pt-idx.h" | |
48 #include "pt-indir.h" | |
49 #include "pt-jump.h" | |
50 #include "pt-loop.h" | |
51 #include "pt-mat.h" | |
52 #include "pt-misc.h" | |
53 #include "pt-plot.h" | |
54 #include "pt-pr-code.h" | |
55 #include "pt-select.h" | |
56 #include "pt-stmt.h" | |
57 #include "pt-unop.h" | |
58 #include "pt-pr-code.h" | |
59 #include "pt-walk.h" | |
60 | 37 |
61 void | 38 void |
62 tree_print_code::visit_argument_list (tree_argument_list& lst) | 39 tree_print_code::visit_argument_list (tree_argument_list& lst) |
63 { | 40 { |
64 Pix p = lst.first (); | 41 Pix p = lst.first (); |