Mercurial > hg > octave-lyh
diff src/ov.h @ 2830:10a8198b1733
[project @ 1997-03-26 00:12:41 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 00:13:00 +0000 |
parents | 60ae49e1284f |
children | 8b262e771614 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -450,12 +450,6 @@ // TRUE. extern bool Vprefer_column_vectors; -// If TRUE, prefer logical (zore-one) indexing over normal indexing -// when there is a conflice. For example, given a = [2, 3], the -// expression a ([1, 1]) would return [2 3] (instead of [2 2], which -// would be returned if prefer_zero_one_indxing were FALSE). -extern bool Vprefer_zero_one_indexing; - // If TRUE, print the name along with the value. extern bool Vprint_answer_id_name;