Mercurial > hg > octave-lojdl
comparison src/ov-bool.cc @ 4066:47d3baea432d
[project @ 2002-09-26 22:10:06 by jwe]
author | jwe |
---|---|
date | Thu, 26 Sep 2002 22:10:09 +0000 |
parents | 6e86256e9c54 |
children | 5719210fff4c |
comparison
equal
deleted
inserted
replaced
4065:2550915214e1 | 4066:47d3baea432d |
---|---|
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 | 22 |
23 #if defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) | 23 #if defined (__GNUG__) && ! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION) |
24 #pragma implementation | 24 #pragma implementation |
25 #endif | 25 #endif |
26 | 26 |
27 #ifdef HAVE_CONFIG_H | 27 #ifdef HAVE_CONFIG_H |
28 #include <config.h> | 28 #include <config.h> |