Mercurial > hg > octave-nkf
diff libinterp/octave.cc @ 18152:ab26db8da20a gui-release
set struct levels to print to 0 for --traditional (bug #40955)
* octave.cc (maximum_braindamage): Call Fstruct_levels_to_print to set
levels to print to 0. From Felipe G. Nievinski.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Dec 2013 15:47:06 -0500 |
parents | e473c4853afc |
children | 8071c0a9d193 |
line wrap: on
line diff
--- a/libinterp/octave.cc +++ b/libinterp/octave.cc @@ -490,6 +490,7 @@ Fhistory_timestamp_format_string (octave_value ("%%-- %D %I:%M %p --%%")); Fpage_screen_output (octave_value (false)); Fprint_empty_dimensions (octave_value (false)); + Fstruct_levels_to_print (octave_value (0)); disable_warning ("Octave:abbreviated-property-match"); disable_warning ("Octave:fopen-file-in-path");