changeset 5391:a495ec7ee3d3

[project @ 2005-06-15 03:53:46 by jwe]
author jwe
date Wed, 15 Jun 2005 03:53:47 +0000
parents e81543fdbe01
children 017e427ab4d9
files src/ChangeLog src/pt-mat.cc
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-14  John W. Eaton  <jwe@octave.org>
 
+	* pt-mat.cc (Vwarn_string_concat): Default value now false.
+	(symbols_of_pt_mat): Change initial value here as well.
+
 	* ls-mat5.cc, mappers.cc, oct-stream.cc, pr-output.cc: Change all
 	uses of octave_is_NaN_or_NA to xisnan.
 
--- a/src/pt-mat.cc
+++ b/src/pt-mat.cc
@@ -46,7 +46,7 @@
 char Vstring_fill_char = ' ';
 
 // Warn if concatenating double and single quoted strings.
-char Vwarn_string_concat = true;
+char Vwarn_string_concat = false;
 
 // General matrices.  This list type is much more work to handle than
 // constant matrices, but it allows us to construct matrices from
@@ -771,7 +771,7 @@
 The default value is 0.\n\
 @end defvr");
 
-  DEFVAR (warn_string_concat, true, warn_string_concat,
+  DEFVAR (warn_string_concat, false, warn_string_concat,
     "-*- texinfo -*-\n\
 @defvr {Built-in Variable} warn_string_concat\n\
 If the value of @code{warn_string_concat} is nonzero, print a\n\