diff src/variables.cc @ 1045:cb4eaa324faf

[project @ 1995-01-18 19:48:19 by jwe]
author jwe
date Wed, 18 Jan 1995 19:48:19 +0000
parents 1aa6f2edd975
children 51fd9e40a7f7
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1571,6 +1571,12 @@
 	  "true", 0, 0, 1, propagate_empty_matrices,
     "operations on empty matrices return an empty matrix, not an error");
 
+#if 0
+  DEFVAR ("read_only_constants", SBV_read_only_constants, "true", 0,
+        0, 1, read_only_constants,
+    "allow built-in constants to be modified");
+#endif
+
   DEFVAR ("realmax", SBV_realmax, DBL_MAX, 1, 1, 1, 0,
     "realmax (): return largest representable floating point number");