# HG changeset patch # User jwe # Date 769847983 0 # Node ID f23cd37a00135fad0922ec75781e0fc31fbb0fb4 # Parent fa0453b254106a3a934515f1f94e361a6c6a5ecc [project @ 1994-05-25 06:39:43 by jwe] diff --git a/src/builtins.cc b/src/builtins.cc --- 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", },