Mercurial > hg > octave-lyh
comparison liboctave/sun-utils.h @ 382:e02d6b664394
[project @ 1994-03-09 21:08:03 by jwe]
author | jwe |
---|---|
date | Wed, 09 Mar 1994 21:08:03 +0000 |
parents | 780cbbc57b7c |
children | 18933dbd5e43 |
comparison
equal
deleted
inserted
replaced
381:3dc943e34d9a | 382:e02d6b664394 |
---|---|
1 // sun-utils.h -*- C++ -*- | 1 // sun-utils.h -*- C++ -*- |
2 /* | 2 /* |
3 | 3 |
4 Copyright (C) 1992, 1993 John W. Eaton | 4 Copyright (C) 1992, 1993, 1994 John W. Eaton |
5 | 5 |
6 This file is part of Octave. | 6 This file is part of Octave. |
7 | 7 |
8 Octave is free software; you can redistribute it and/or modify it | 8 Octave is free software; you can redistribute it and/or modify it |
9 under the terms of the GNU General Public License as published by the | 9 under the terms of the GNU General Public License as published by the |
19 along with Octave; see the file COPYING. If not, write to the Free | 19 along with Octave; see the file COPYING. If not, write to the Free |
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #if !defined (_sun_utils_h) | 24 #if !defined (octave_sun_utils_h) |
25 #define _sun_utils_h 1 | 25 #define octave_sun_utils_h 1 |
26 | |
27 extern "C++" { | |
26 | 28 |
27 #ifdef sun | 29 #ifdef sun |
28 | 30 |
29 /* | 31 /* |
30 * I think that this is really only needed if linking to Fortran | 32 * I think that this is really only needed if linking to Fortran |
75 | 77 |
76 #endif | 78 #endif |
77 | 79 |
78 #endif | 80 #endif |
79 | 81 |
82 } // extern "C++" | |
83 | |
80 /* | 84 /* |
81 ;;; Local Variables: *** | 85 ;;; Local Variables: *** |
82 ;;; mode: C++ *** | 86 ;;; mode: C++ *** |
83 ;;; page-delimiter: "^/\\*" *** | 87 ;;; page-delimiter: "^/\\*" *** |
84 ;;; End: *** | 88 ;;; End: *** |