diff src/ov.h @ 4455:abbf63293766

[project @ 2003-07-11 01:01:16 by jwe]
author jwe
date Fri, 11 Jul 2003 01:01:17 +0000
parents f3c21a1d1c62
children d7d9ca19960a
line wrap: on
line diff
--- a/src/ov.h	Fri Jul 11 00:58:56 2003 +0000
+++ b/src/ov.h	Fri Jul 11 01:01:17 2003 +0000
@@ -718,12 +718,12 @@
   int t::t_id (-1); \
   const std::string t::t_name (n)
 
-// If TRUE, allow assignments like
+// If TRUE, print a warning for assignments like
 //
 //   octave> A(1) = 3; A(2) = 5
 //
 // for A already defined and a matrix type.
-extern bool Vdo_fortran_indexing;
+extern bool Vwarn_fortran_indexing;
 
 // Should we print a warning when converting `[97, 98, 99, "123"]'
 // to a character string?