Mercurial > hg > octave-avbm
comparison src/pr-output.h @ 5759:ce79d238f142
[project @ 2006-04-13 13:04:32 by jwe]
author | jwe |
---|---|
date | Thu, 13 Apr 2006 13:04:33 +0000 |
parents | 33adb987c033 |
children | c68896f193e3 |
comparison
equal
deleted
inserted
replaced
5758:65208d959bf1 | 5759:ce79d238f142 |
---|---|
127 | 127 |
128 // TRUE means that the dimensions of empty objects should be printed | 128 // TRUE means that the dimensions of empty objects should be printed |
129 // like this: x = [](2x0). | 129 // like this: x = [](2x0). |
130 extern bool Vprint_empty_dimensions; | 130 extern bool Vprint_empty_dimensions; |
131 | 131 |
132 // How many levels of structure elements should we print? | |
133 extern int Vstruct_levels_to_print; | |
134 | |
132 #endif | 135 #endif |
133 | 136 |
134 /* | 137 /* |
135 ;;; Local Variables: *** | 138 ;;; Local Variables: *** |
136 ;;; mode: C++ *** | 139 ;;; mode: C++ *** |