annotate liboctave/Array-flags.h @ 5103:e2ed74b9bfa0 after-gnuplot-split

[project @ 2004-12-28 02:43:01 by jwe]
author jwe
date Tue, 28 Dec 2004 02:43:01 +0000
parents 2ae4a2695ab6
children 4c8a2e4e0717
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
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
20
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 #if defined (OCTAVE_SOURCE)
4729
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
24
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
25 extern bool liboctave_wfi_flag;
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
26 extern bool liboctave_wrore_flag;
2ae4a2695ab6 [project @ 2004-01-30 20:28:34 by jwe]
jwe
parents: 4461
diff changeset
27
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
28 #endif
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
29
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 ;;; Local Variables: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
32 ;;; mode: C++ ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
33 ;;; End: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
34 */