diff src/ops.h @ 9689:34d6f005db4b

eliminate is_string argument from octave_value character array constructors
author John W. Eaton <jwe@octave.org>
date Mon, 05 Oct 2009 00:11:07 -0400
parents a9b37bae1802
children cd96d29c5efa
line wrap: on
line diff
--- a/src/ops.h
+++ b/src/ops.h
@@ -381,8 +381,8 @@
     CAST_BINOP_ARGS (CONCAT2(octave_, t1)&, const CONCAT2(octave_, t2)&); \
  \
     return octave_value (v1.char_array_value () . f (v2.char_array_value (), ra_idx), \
-			 true, ((a1.is_sq_string () || a2.is_sq_string ()) \
-				? '\'' : '"')); \
+			 ((a1.is_sq_string () || a2.is_sq_string ()) \
+			  ? '\'' : '"')); \
   }
 
 // For compatibility, the second arg is always converted to the type