comparison liboctave/Array-flags.cc @ 4513:508238e65af7

[project @ 2003-09-19 21:40:57 by jwe]
author jwe
date Fri, 19 Sep 2003 21:41:21 +0000
parents af308ca1a354
children c88afb778c41
comparison
equal deleted inserted replaced
4512:b55eaa010770 4513:508238e65af7
26 26
27 #include "Array.h" 27 #include "Array.h"
28 28
29 // These have to be defined somewhere, but only once. 29 // These have to be defined somewhere, but only once.
30 30
31 #if defined (HEAVYWEIGHT_INDEXING)
32
33 bool liboctave_wfi_flag = false; 31 bool liboctave_wfi_flag = false;
34 bool liboctave_wrore_flag = false; 32 bool liboctave_wrore_flag = false;
35
36 #endif
37 33
38 /* 34 /*
39 ;;; Local Variables: *** 35 ;;; Local Variables: ***
40 ;;; mode: C++ *** 36 ;;; mode: C++ ***
41 ;;; End: *** 37 ;;; End: ***