Mercurial > hg > octave-avbm
diff src/pr-output.h @ 3933:f9ea3dcf58ee
[project @ 2002-05-15 03:21:00 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 2002 03:21:01 +0000 (2002-05-15) |
parents | e8627dc4bdf2 |
children | 508238e65af7 |
line wrap: on
line diff
--- a/src/pr-output.h +++ b/src/pr-output.h @@ -69,9 +69,10 @@ bool pr_as_string = false); extern void -octave_print_internal (std::ostream& os, const Cell& c, +octave_print_internal (std::ostream& os, const Cell& cell, bool pr_as_read_syntax = false, - int extra_indent = 0); + int extra_indent = 0, + bool pr_as_string = false); #endif