changeset 2023:91c6c05e4c06

[project @ 1996-03-23 10:03:13 by jwe]
author jwe
date Sat, 23 Mar 1996 10:03:13 +0000
parents 6b129bd50f4a
children f92a8b9f0e08
files liboctave/Array.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.h	Sat Mar 23 06:08:50 1996 +0000
+++ b/liboctave/Array.h	Sat Mar 23 10:03:13 1996 +0000
@@ -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.