Mercurial > hg > octave-nkf
diff src/builtins.cc @ 429:f23cd37a0013
[project @ 1994-05-25 06:39:43 by jwe]
author | jwe |
---|---|
date | Wed, 25 May 1994 06:39:43 +0000 |
parents | 82d30a23c979 |
children | ba637cc5c5f3 |
line wrap: on
line diff
--- a/src/builtins.cc +++ b/src/builtins.cc @@ -686,6 +686,9 @@ { "SEEK_END", "??", NULL, "used with fseek to position file relative to the end", }, + { "commas_in_literal_matrix", "", commas_in_literal_matrix, + "control auto-insertion of commas in literal matrices", }, + { "do_fortran_indexing", "false", do_fortran_indexing, "allow single indices for matrices", },