# HG changeset patch # User jwe # Date 827575393 0 # Node ID 91c6c05e4c062ed233314734bc09474ae91f23ea # Parent 6b129bd50f4a42116b4f75f8a820e93a9b3a4b99 [project @ 1996-03-23 10:03:13 by jwe] diff --git a/liboctave/Array.h b/liboctave/Array.h --- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -35,6 +35,13 @@ class idx_vector; +// For now, define this here if it is not already defined. Not doing +// this can result in bugs that are very hard to find. + +#ifndef HEAVYWEIGHT_INDEXING +#define HEAVYWEIGHT_INDEXING 1 +#endif + // One dimensional array class. Handles the reference counting for // all the derived classes.