annotate liboctave/Array-flags.h @ 4665:dece11da64ed ss-2-1-52

[project @ 2003-11-25 15:37:32 by jwe]
author jwe
date Tue, 25 Nov 2003 15:37:32 +0000
parents af308ca1a354
children 2ae4a2695ab6
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)
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 2847
diff changeset
24 extern int liboctave_wfi_flag;
4461
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4455
diff changeset
25 extern int liboctave_wrore_flag;
1905
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
26 #endif
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
27
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
28 /*
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
29 ;;; Local Variables: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
30 ;;; mode: C++ ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
31 ;;; End: ***
39717752e3a2 [project @ 1996-02-10 01:07:18 by jwe]
jwe
parents:
diff changeset
32 */