Mercurial > hg > octave-lyh
diff src/ov.h @ 4461:af308ca1a354
[project @ 2003-07-11 22:21:17 by jwe]
author | jwe |
---|---|
date | Fri, 11 Jul 2003 22:21:18 +0000 |
parents | d7d9ca19960a |
children | 7afd4bf05aa8 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -756,9 +756,9 @@ // Allow divide by zero errors to be suppressed. extern bool Vwarn_divide_by_zero; -// If TRUE, resize matrices when performing and indexed assignment and -// the indices are outside the current bounds. -extern bool Vresize_on_range_error; +// If TRUE, print a warning when a matrix is resized by an indexed +// assignment with indices outside the current bounds. +extern bool Vwarn_resize_on_range_error; // Indentation level for structures. extern int struct_indent;