changeset 564:6e376eb337dd

[project @ 1994-07-26 00:56:24 by jwe]
author jwe
date Tue, 26 Jul 1994 00:56:24 +0000
parents 6833834adca7
children b04c0d02f2de
files src/variables.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Tue Jul 26 00:21:10 1994 +0000
+++ b/src/variables.cc	Tue Jul 26 00:56:24 1994 +0000
@@ -437,7 +437,7 @@
   "is_global (X): return 1 if the string X names a global variable\n\
 otherwise, return 0.")
 {
-  Octave_object retval (0.0);
+  Octave_object retval = 0.0;
 
   int nargin = args.length ();