Mercurial > hg > octave-lyh
comparison src/ov-struct.cc @ 5105:e35b034d3523
[project @ 2004-12-28 03:36:13 by jwe]
author | jwe |
---|---|
date | Tue, 28 Dec 2004 03:36:14 +0000 |
parents | 34a904ac130d |
children | 42f9a021aac1 |
comparison
equal
deleted
inserted
replaced
5104:b77227b1d8a8 | 5105:e35b034d3523 |
---|---|
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
18 along with Octave; see the file COPYING. If not, write to the Free | 18 along with Octave; see the file COPYING. If not, write to the Free |
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 |
21 */ | 21 */ |
22 | |
23 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) | |
24 #pragma implementation | |
25 #endif | |
26 | 22 |
27 #ifdef HAVE_CONFIG_H | 23 #ifdef HAVE_CONFIG_H |
28 #include <config.h> | 24 #include <config.h> |
29 #endif | 25 #endif |
30 | 26 |