diff liboctave/Array-flags.cc @ 4461:af308ca1a354

[project @ 2003-07-11 22:21:17 by jwe]
author jwe
date Fri, 11 Jul 2003 22:21:18 +0000
parents abbf63293766
children 508238e65af7
line wrap: on
line diff
--- a/liboctave/Array-flags.cc
+++ b/liboctave/Array-flags.cc
@@ -30,8 +30,8 @@
 
 #if defined (HEAVYWEIGHT_INDEXING)
 
-int liboctave_wfi_flag = 0;
-int liboctave_rre_flag = 0;
+bool liboctave_wfi_flag = false;
+bool liboctave_wrore_flag = false;
 
 #endif