changeset 429:f23cd37a0013

[project @ 1994-05-25 06:39:43 by jwe]
author jwe
date Wed, 25 May 1994 06:39:43 +0000
parents fa0453b25410
children 8464d5778a09
files src/builtins.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/builtins.cc	Wed May 25 01:06:28 1994 +0000
+++ b/src/builtins.cc	Wed May 25 06:39:43 1994 +0000
@@ -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", },