changeset 2307:8b0da674a62d

[project @ 1996-07-09 17:15:53 by jwe]
author jwe
date Tue, 09 Jul 1996 17:15:53 +0000
parents 2fbf9bb1cd7a
children 2aa0453bfea3
files liboctave/Array-flags.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array-flags.cc	Tue Jul 09 16:51:04 1996 +0000
+++ b/liboctave/Array-flags.cc	Tue Jul 09 17:15:53 1996 +0000
@@ -29,12 +29,12 @@
 // These have to be defined somewhere, but only once.
 
 #if defined (HEAVYWEIGHT_INDEXING)
-#if defined (OCTAVE_SOURCE)
+
 int liboctave_dfi_flag = 0;
 int liboctave_pcv_flag = 0;
 int liboctave_pzo_flag = 0;
 int liboctave_rre_flag = 0;
-#endif
+
 #endif
 
 /*