comparison liboctave/Array-flags.h @ 4729:2ae4a2695ab6

[project @ 2004-01-30 20:28:34 by jwe]
author jwe
date Fri, 30 Jan 2004 20:28:34 +0000
parents af308ca1a354
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
4728:c67cd5d56071 4729:2ae4a2695ab6
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 20
21 */ 21 */
22 22
23 #if defined (OCTAVE_SOURCE) 23 #if defined (OCTAVE_SOURCE)
24 extern int liboctave_wfi_flag; 24
25 extern int liboctave_wrore_flag; 25 extern bool liboctave_wfi_flag;
26 extern bool liboctave_wrore_flag;
27
26 #endif 28 #endif
27 29
28 /* 30 /*
29 ;;; Local Variables: *** 31 ;;; Local Variables: ***
30 ;;; mode: C++ *** 32 ;;; mode: C++ ***