Mercurial > hg > octave-nkf
comparison liboctave/boolMatrix.cc @ 4192:5719210fff4c
[project @ 2002-11-20 16:56:47 by jwe]
author | jwe |
---|---|
date | Wed, 20 Nov 2002 16:56:49 +0000 |
parents | 47d3baea432d |
children | 79df15d4470c |
comparison
equal
deleted
inserted
replaced
4191:989f9e130969 | 4192:5719210fff4c |
---|---|
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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #if defined (__GNUG__) && ! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION) | 24 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) |
25 #pragma implementation | 25 #pragma implementation |
26 #endif | 26 #endif |
27 | 27 |
28 #ifdef HAVE_CONFIG_H | 28 #ifdef HAVE_CONFIG_H |
29 #include <config.h> | 29 #include <config.h> |