Mercurial > hg > octave-lojdl
comparison src/pr-output.h @ 2907:8bb31a2b480b
[project @ 1997-04-30 05:01:46 by jwe]
author | jwe |
---|---|
date | Wed, 30 Apr 1997 05:06:03 +0000 |
parents | 8b262e771614 |
children | 53529870701e |
comparison
equal
deleted
inserted
replaced
2906:a96be04e1c9f | 2907:8bb31a2b480b |
---|---|
53 extern void octave_print_internal (ostream& os, const charMatrix& chm, | 53 extern void octave_print_internal (ostream& os, const charMatrix& chm, |
54 bool pr_as_read_syntax = false, | 54 bool pr_as_read_syntax = false, |
55 bool pr_as_string = false, | 55 bool pr_as_string = false, |
56 int extra_indent = 0); | 56 int extra_indent = 0); |
57 | 57 |
58 extern void symbols_of_pr_output (void); | |
59 | |
60 #endif | 58 #endif |
61 | 59 |
62 /* | 60 /* |
63 ;;; Local Variables: *** | 61 ;;; Local Variables: *** |
64 ;;; mode: C++ *** | 62 ;;; mode: C++ *** |