annotate src/oct.h @ 2911:595e7bf1e23f

[project @ 1997-04-30 06:48:55 by jwe]
author jwe
date Wed, 30 Apr 1997 06:48:55 +0000
parents 8b262e771614
children b6e652bf4e5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2241
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
1 /*
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
2
2847
8b262e771614 [project @ 1997-03-27 16:18:26 by jwe]
jwe
parents: 2241
diff changeset
3 Copyright (C) 1996, 1997 John W. Eaton
2241
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
4
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
5 This file is part of Octave.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
6
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
10 later version.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
11
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
12 Octave is distributed in the hope that it will be useful, but WITHOUT
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
15 for more details.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
16
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
18 along with Octave; see the file COPYING. If not, write to the Free
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
20
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
21 */
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
22
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
23 #if !defined (octave_oct_h)
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
24 #define octave_oct_h 1
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
25
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
26 // Things that are often included to create .oct files.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
27
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
28 // config.h needs to be first because it includes #defines that can */
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
29 // affect other header files.
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
30
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
31 #include <octave/config.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
32
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
33 #include <octave/defun-dld.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
34 #include <octave/error.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
35 #include <octave/gripes.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
36 #include <octave/help.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
37 #include <octave/oct-obj.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
38 #include <octave/oct-obj.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
39 #include <octave/utils.h>
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
40
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
41 #endif
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
42
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
43 /*
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
44 ;;; Local Variables: ***
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
45 ;;; mode: C++ ***
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
46 ;;; End: ***
d37f86731806 [project @ 1996-05-22 04:04:13 by jwe]
jwe
parents:
diff changeset
47 */