comparison liboctave/chNDArray.cc @ 5105:e35b034d3523

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents e71be9c548f2
children 23b37da9fd5b
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
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
24 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
25 #pragma implementation
26 #endif
27 23
28 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
29 #include <config.h> 25 #include <config.h>
30 #endif 26 #endif
31 27