annotate liboctave/Array-flags.h @ 5307:4c8a2e4e0717

[project @ 2005-04-26 19:24:27 by jwe]
author jwe
date Tue, 26 Apr 2005 19:24:47 +0000
parents 2ae4a2695ab6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
1 /*
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
2
2847
8b262e771614 [project @ 1997-03-27 16:18:26 by jwe]
jwe
parents: 2830
diff changeset
3 Copyright (C) 1996, 1997 John W. Eaton
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
4
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
5 This file is part of Octave.
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
6
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
10 later version.
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
11
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
12 Octave is distributed in the hope that it will be useful, but WITHOUT
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
15 for more details.
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
16
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
18 along with Octave; see the file COPYING. If not, write to the Free
5307
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 4729
diff changeset
19 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 4729
diff changeset
20 02110-1301, USA.
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
21
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
22 */
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
23
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
24 #if defined (OCTAVE_SOURCE)
4729
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
25
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
26 extern bool liboctave_wfi_flag;
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
27 extern bool liboctave_wrore_flag;
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
28
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
29 #endif
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
30
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
31 /*
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
32 ;;; Local Variables: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
33 ;;; mode: C++ ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
34 ;;; End: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
35 */