# HG changeset patch # User jwe # Date 836932553 0 # Node ID 8b0da674a62d9f2c7ef8d734aacb8e01fe46c316 # Parent 2fbf9bb1cd7ae3fd8f65087fbc86423c34b658e9 [project @ 1996-07-09 17:15:53 by jwe] diff --git a/liboctave/Array-flags.cc b/liboctave/Array-flags.cc --- a/liboctave/Array-flags.cc +++ b/liboctave/Array-flags.cc @@ -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 /*