annotate liboctave/oct-types.h.in @ 5307:4c8a2e4e0717

[project @ 2005-04-26 19:24:27 by jwe]
author jwe
date Tue, 26 Apr 2005 19:24:47 +0000
parents 23b37da9fd5b
children 22e23bee74c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5275
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
1 /*
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
2
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
3 Copyright (C) 2005 John W. Eaton
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
4
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
5 This file is part of Octave.
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
6
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
10 later version.
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
11
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
12 Octave is distributed in the hope that it will be useful, but WITHOUT
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
15 for more details.
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
16
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
23b37da9fd5b [project @ 2005-04-08 16:07:35 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: 5275
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: 5275
diff changeset
20 02110-1301, USA.
5275
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
21
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
22 */
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
23
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
24 #if !defined (octave_oct_types_h)
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
25 #define octave_oct_types_h 1
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
26
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
27 typedef @OCTAVE_IDX_TYPE@ octave_idx_type;
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
28
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
29 #endif
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
30
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
31 /*
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
32 ;;; Local Variables: ***
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
33 ;;; mode: C++ ***
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
34 ;;; End: ***
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents:
diff changeset
35 */