# HG changeset patch # User jwe # Date 1104204974 0 # Node ID e35b034d35231174f20697a5a01944d61839d2f2 # Parent b77227b1d8a8b6cfba7d543c69cf08e66f486b59 [project @ 2004-12-28 03:36:13 by jwe] diff --git a/liboctave/Array.cc b/liboctave/Array.cc --- a/liboctave/Array.cc +++ b/liboctave/Array.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/Array.h b/liboctave/Array.h --- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -24,10 +24,6 @@ #if !defined (octave_Array_h) #define octave_Array_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/Array2.h b/liboctave/Array2.h --- a/liboctave/Array2.h +++ b/liboctave/Array2.h @@ -24,10 +24,6 @@ #if !defined (octave_Array2_h) #define octave_Array2_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include #include diff --git a/liboctave/Array3.h b/liboctave/Array3.h --- a/liboctave/Array3.h +++ b/liboctave/Array3.h @@ -24,10 +24,6 @@ #if !defined (octave_Array3_h) #define octave_Array3_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/ArrayN.cc b/liboctave/ArrayN.cc --- a/liboctave/ArrayN.cc +++ b/liboctave/ArrayN.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/ArrayN.h b/liboctave/ArrayN.h --- a/liboctave/ArrayN.h +++ b/liboctave/ArrayN.h @@ -24,10 +24,6 @@ #if !defined (octave_ArrayN_h) #define octave_ArrayN_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/Bounds.cc b/liboctave/Bounds.cc --- a/liboctave/Bounds.cc +++ b/liboctave/Bounds.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/Bounds.h b/liboctave/Bounds.h --- a/liboctave/Bounds.h +++ b/liboctave/Bounds.h @@ -23,10 +23,6 @@ #if !defined (octave_Bounds_h) #define octave_Bounds_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dColVector.h" diff --git a/liboctave/CColVector.cc b/liboctave/CColVector.cc --- a/liboctave/CColVector.cc +++ b/liboctave/CColVector.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CColVector.h b/liboctave/CColVector.h --- a/liboctave/CColVector.h +++ b/liboctave/CColVector.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexColumnVector_h) #define octave_ComplexColumnVector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray.h" #include "mx-defs.h" diff --git a/liboctave/CDiagMatrix.cc b/liboctave/CDiagMatrix.cc --- a/liboctave/CDiagMatrix.cc +++ b/liboctave/CDiagMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CDiagMatrix.h b/liboctave/CDiagMatrix.h --- a/liboctave/CDiagMatrix.h +++ b/liboctave/CDiagMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexDiagMatrix_h) #define octave_ComplexDiagMatrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MDiagArray2.h" #include "dRowVector.h" diff --git a/liboctave/CMatrix.cc b/liboctave/CMatrix.cc --- a/liboctave/CMatrix.cc +++ b/liboctave/CMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CMatrix.h b/liboctave/CMatrix.h --- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexMatrix_h) #define octave_ComplexMatrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray2.h" #include "MDiagArray2.h" diff --git a/liboctave/CNDArray.cc b/liboctave/CNDArray.cc --- a/liboctave/CNDArray.cc +++ b/liboctave/CNDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CNDArray.h b/liboctave/CNDArray.h --- a/liboctave/CNDArray.h +++ b/liboctave/CNDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexNDArray_h) #define octave_ComplexNDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArrayN.h" #include "CMatrix.h" diff --git a/liboctave/CRowVector.cc b/liboctave/CRowVector.cc --- a/liboctave/CRowVector.cc +++ b/liboctave/CRowVector.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CRowVector.h b/liboctave/CRowVector.h --- a/liboctave/CRowVector.h +++ b/liboctave/CRowVector.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexRowVector_h) #define octave_ComplexRowVector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray.h" #include "mx-defs.h" diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,38 @@ +2004-12-27 Martin Dalecki + + * Array.cc, ArrayN.cc, base-lu.cc, boolMatrix.cc, boolNDArray.cc, + Bounds.cc, CColVector.cc, CDiagMatrix.cc, chMatrix.cc, + chNDArray.cc, CMatrix.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, + CmplxDET.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, + CmplxSCHUR.cc, CmplxSVD.cc, CNDArray.cc, CollocWt.cc, + CRowVector.cc, DASPK.cc, DASRT.cc, DASSL.cc, dbleAEPBAL.cc, + dbleCHOL.cc, dbleDET.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, + dbleQRP.cc, dbleSCHUR.cc, dbleSVD.cc, dColVector.cc, + dDiagMatrix.cc, DiagArray2.cc, dMatrix.cc, dNDArray.cc, + dRowVector.cc, EIG.cc, FEGrid.cc, idx-vector.cc, int16NDArray.cc, + int32NDArray.cc, int64NDArray.cc, int8NDArray.cc, intNDArray.cc, + LinConst.cc, LPsolve.cc, LSODE.cc, MArray2.cc, MArray.cc, + MArrayN.cc, MDiagArray2.cc, NLEqn.cc, oct-alloc.cc, ODES.cc, + ODESSA.cc, Quad.cc, Range.cc, so-array.cc, uint16NDArray.cc, + uint32NDArray.cc, uint64NDArray.cc, uint8NDArray.cc: + Delete #pragma implementation. + + * Array2.h, Array3.h, Array.h, ArrayN.h, base-lu.h, boolMatrix.h, + boolNDArray.h, Bounds.h, CColVector.h, CDiagMatrix.h, chMatrix.h, + chNDArray.h, CMatrix.h, CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, + CmplxHESS.h, CmplxLU.h, CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, + CmplxSVD.h, CNDArray.h, CollocWt.h, CRowVector.h, DASPK.h, + DASRT.h, DASSL.h, dbleAEPBAL.h, dbleCHOL.h, dbleDET.h, dbleHESS.h, + dbleLU.h, dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h, + dColVector.h, dDiagMatrix.h, DiagArray2.h, dim-vector.h, + dMatrix.h, dNDArray.h, dRowVector.h, EIG.h, FEGrid.h, + idx-vector.h, int16NDArray.h, int32NDArray.h, int64NDArray.h, + int8NDArray.h, intNDArray.h, LinConst.h, LPsolve.h, LSODE.h, + MArray2.h, MArray.h, MArrayN.h, MDiagArray2.h, NLConst.h, NLEqn.h, + ODES.h, ODESSA.h, Quad.h, Range.h, so-array.h, uint16NDArray.h, + uint32NDArray.h, uint64NDArray.h, uint8NDArray.h: + Delete #pragma interface. + 2004-12-17 John W. Eaton * lo-cieee.c (lo_ieee_signbit): New function. diff --git a/liboctave/CmplxAEPBAL.cc b/liboctave/CmplxAEPBAL.cc --- a/liboctave/CmplxAEPBAL.cc +++ b/liboctave/CmplxAEPBAL.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxAEPBAL.h b/liboctave/CmplxAEPBAL.h --- a/liboctave/CmplxAEPBAL.h +++ b/liboctave/CmplxAEPBAL.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexAEPBALANCE_h) #define octave_ComplexAEPBALANCE_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/CmplxCHOL.cc b/liboctave/CmplxCHOL.cc --- a/liboctave/CmplxCHOL.cc +++ b/liboctave/CmplxCHOL.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxCHOL.h b/liboctave/CmplxCHOL.h --- a/liboctave/CmplxCHOL.h +++ b/liboctave/CmplxCHOL.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexCHOL_h) #define octave_ComplexCHOL_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "CMatrix.h" diff --git a/liboctave/CmplxDET.cc b/liboctave/CmplxDET.cc --- a/liboctave/CmplxDET.cc +++ b/liboctave/CmplxDET.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxDET.h b/liboctave/CmplxDET.h --- a/liboctave/CmplxDET.h +++ b/liboctave/CmplxDET.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexDET_h) #define octave_ComplexDET_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "oct-cmplx.h" diff --git a/liboctave/CmplxHESS.cc b/liboctave/CmplxHESS.cc --- a/liboctave/CmplxHESS.cc +++ b/liboctave/CmplxHESS.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxHESS.h b/liboctave/CmplxHESS.h --- a/liboctave/CmplxHESS.h +++ b/liboctave/CmplxHESS.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexHESS_h) #define octave_ComplexHESS_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "CMatrix.h" diff --git a/liboctave/CmplxLU.cc b/liboctave/CmplxLU.cc --- a/liboctave/CmplxLU.cc +++ b/liboctave/CmplxLU.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxLU.h b/liboctave/CmplxLU.h --- a/liboctave/CmplxLU.h +++ b/liboctave/CmplxLU.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexLU_h) #define octave_Complex_LU_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "base-lu.h" #include "dMatrix.h" #include "CMatrix.h" diff --git a/liboctave/CmplxQR.cc b/liboctave/CmplxQR.cc --- a/liboctave/CmplxQR.cc +++ b/liboctave/CmplxQR.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxQR.h b/liboctave/CmplxQR.h --- a/liboctave/CmplxQR.h +++ b/liboctave/CmplxQR.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexQR_h) #define octave_ComplexQR_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "CMatrix.h" diff --git a/liboctave/CmplxQRP.cc b/liboctave/CmplxQRP.cc --- a/liboctave/CmplxQRP.cc +++ b/liboctave/CmplxQRP.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxQRP.h b/liboctave/CmplxQRP.h --- a/liboctave/CmplxQRP.h +++ b/liboctave/CmplxQRP.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexQRP_h) #define octave_ComplexQRP_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "CmplxQR.h" diff --git a/liboctave/CmplxSCHUR.cc b/liboctave/CmplxSCHUR.cc --- a/liboctave/CmplxSCHUR.cc +++ b/liboctave/CmplxSCHUR.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxSCHUR.h b/liboctave/CmplxSCHUR.h --- a/liboctave/CmplxSCHUR.h +++ b/liboctave/CmplxSCHUR.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexSCHUR_h) #define octave_ComplexSCHUR_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/CmplxSVD.cc b/liboctave/CmplxSVD.cc --- a/liboctave/CmplxSVD.cc +++ b/liboctave/CmplxSVD.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CmplxSVD.h b/liboctave/CmplxSVD.h --- a/liboctave/CmplxSVD.h +++ b/liboctave/CmplxSVD.h @@ -23,10 +23,6 @@ #if !defined (octave_ComplexSVD_h) #define octave_ComplexSVD_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dDiagMatrix.h" diff --git a/liboctave/CollocWt.cc b/liboctave/CollocWt.cc --- a/liboctave/CollocWt.cc +++ b/liboctave/CollocWt.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/CollocWt.h b/liboctave/CollocWt.h --- a/liboctave/CollocWt.h +++ b/liboctave/CollocWt.h @@ -23,10 +23,6 @@ #if !defined (octave_CollocWt_h) #define octave_CollocWt_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/DASPK.cc b/liboctave/DASPK.cc --- a/liboctave/DASPK.cc +++ b/liboctave/DASPK.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/DASPK.h b/liboctave/DASPK.h --- a/liboctave/DASPK.h +++ b/liboctave/DASPK.h @@ -23,10 +23,6 @@ #if !defined (octave_DASPK_h) #define octave_DASPK_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/DASRT.cc b/liboctave/DASRT.cc --- a/liboctave/DASRT.cc +++ b/liboctave/DASRT.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/DASRT.h b/liboctave/DASRT.h --- a/liboctave/DASRT.h +++ b/liboctave/DASRT.h @@ -23,10 +23,6 @@ #if !defined (octave_DASRT_h) #define octave_DASRT_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/DASSL.cc b/liboctave/DASSL.cc --- a/liboctave/DASSL.cc +++ b/liboctave/DASSL.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/DASSL.h b/liboctave/DASSL.h --- a/liboctave/DASSL.h +++ b/liboctave/DASSL.h @@ -23,10 +23,6 @@ #if !defined (octave_DASSL_h) #define octave_DASSL_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/DiagArray2.cc b/liboctave/DiagArray2.cc --- a/liboctave/DiagArray2.cc +++ b/liboctave/DiagArray2.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/DiagArray2.h b/liboctave/DiagArray2.h --- a/liboctave/DiagArray2.h +++ b/liboctave/DiagArray2.h @@ -24,10 +24,6 @@ #if !defined (octave_DiagArray2_h) #define octave_DiagArray2_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/EIG.cc b/liboctave/EIG.cc --- a/liboctave/EIG.cc +++ b/liboctave/EIG.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/EIG.h b/liboctave/EIG.h --- a/liboctave/EIG.h +++ b/liboctave/EIG.h @@ -23,10 +23,6 @@ #if !defined (octave_EIG_h) #define octave_EIG_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/FEGrid.cc b/liboctave/FEGrid.cc --- a/liboctave/FEGrid.cc +++ b/liboctave/FEGrid.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/FEGrid.h b/liboctave/FEGrid.h --- a/liboctave/FEGrid.h +++ b/liboctave/FEGrid.h @@ -23,10 +23,6 @@ #if !defined (octave_FEGrid_h) #define octave_FEGrid_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dColVector.h" diff --git a/liboctave/LPsolve.cc b/liboctave/LPsolve.cc --- a/liboctave/LPsolve.cc +++ b/liboctave/LPsolve.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/LPsolve.h b/liboctave/LPsolve.h --- a/liboctave/LPsolve.h +++ b/liboctave/LPsolve.h @@ -23,10 +23,6 @@ #if !defined (octave_LPsolve_h) #define octave_LPsolve_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class ColumnVector; #include "LP.h" diff --git a/liboctave/LSODE.cc b/liboctave/LSODE.cc --- a/liboctave/LSODE.cc +++ b/liboctave/LSODE.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/LSODE.h b/liboctave/LSODE.h --- a/liboctave/LSODE.h +++ b/liboctave/LSODE.h @@ -23,10 +23,6 @@ #if !defined (octave_LSODE_h) #define octave_LSODE_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/LinConst.cc b/liboctave/LinConst.cc --- a/liboctave/LinConst.cc +++ b/liboctave/LinConst.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/LinConst.h b/liboctave/LinConst.h --- a/liboctave/LinConst.h +++ b/liboctave/LinConst.h @@ -23,10 +23,6 @@ #if !defined (octave_LinConst_h) #define octave_LinConst_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class ColumnVector; diff --git a/liboctave/MArray.cc b/liboctave/MArray.cc --- a/liboctave/MArray.cc +++ b/liboctave/MArray.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/MArray.h b/liboctave/MArray.h --- a/liboctave/MArray.h +++ b/liboctave/MArray.h @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #if !defined (octave_MArray_h) #define octave_MArray_h 1 diff --git a/liboctave/MArray2.cc b/liboctave/MArray2.cc --- a/liboctave/MArray2.cc +++ b/liboctave/MArray2.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/MArray2.h b/liboctave/MArray2.h --- a/liboctave/MArray2.h +++ b/liboctave/MArray2.h @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #if !defined (octave_MArray2_h) #define octave_MArray2_h 1 diff --git a/liboctave/MArrayN.cc b/liboctave/MArrayN.cc --- a/liboctave/MArrayN.cc +++ b/liboctave/MArrayN.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/MArrayN.h b/liboctave/MArrayN.h --- a/liboctave/MArrayN.h +++ b/liboctave/MArrayN.h @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #if !defined (octave_MArrayN_h) #define octave_MArrayN_h 1 diff --git a/liboctave/MDiagArray2.cc b/liboctave/MDiagArray2.cc --- a/liboctave/MDiagArray2.cc +++ b/liboctave/MDiagArray2.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/MDiagArray2.h b/liboctave/MDiagArray2.h --- a/liboctave/MDiagArray2.h +++ b/liboctave/MDiagArray2.h @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #if !defined (octave_MDiagArray2_h) #define octave_MDiagArray2_h 1 diff --git a/liboctave/NLConst.h b/liboctave/NLConst.h --- a/liboctave/NLConst.h +++ b/liboctave/NLConst.h @@ -23,10 +23,6 @@ #if !defined (octave_NLConst_h) #define octave_NLConst_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class ColumnVector; #include "Bounds.h" diff --git a/liboctave/NLEqn.cc b/liboctave/NLEqn.cc --- a/liboctave/NLEqn.cc +++ b/liboctave/NLEqn.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/NLEqn.h b/liboctave/NLEqn.h --- a/liboctave/NLEqn.h +++ b/liboctave/NLEqn.h @@ -23,10 +23,6 @@ #if !defined (octave_NLEqn_h) #define octave_NLEqn_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/ODES.cc b/liboctave/ODES.cc --- a/liboctave/ODES.cc +++ b/liboctave/ODES.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/ODES.h b/liboctave/ODES.h --- a/liboctave/ODES.h +++ b/liboctave/ODES.h @@ -23,10 +23,6 @@ #if !defined (octave_ODES_h) #define octave_ODES_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "ODESFunc.h" #include "base-de.h" diff --git a/liboctave/ODESSA.cc b/liboctave/ODESSA.cc --- a/liboctave/ODESSA.cc +++ b/liboctave/ODESSA.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/ODESSA.h b/liboctave/ODESSA.h --- a/liboctave/ODESSA.h +++ b/liboctave/ODESSA.h @@ -23,10 +23,6 @@ #if !defined (octave_ODESSA_h) #define octave_ODESSA_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/Quad.cc b/liboctave/Quad.cc --- a/liboctave/Quad.cc +++ b/liboctave/Quad.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/Quad.h b/liboctave/Quad.h --- a/liboctave/Quad.h +++ b/liboctave/Quad.h @@ -23,10 +23,6 @@ #if !defined (octave_Quad_h) #define octave_Quad_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/Range.cc b/liboctave/Range.cc --- a/liboctave/Range.cc +++ b/liboctave/Range.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/Range.h b/liboctave/Range.h --- a/liboctave/Range.h +++ b/liboctave/Range.h @@ -23,10 +23,6 @@ #if !defined (octave_Range_h) #define octave_Range_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/base-lu.cc b/liboctave/base-lu.cc --- a/liboctave/base-lu.cc +++ b/liboctave/base-lu.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/base-lu.h b/liboctave/base-lu.h --- a/liboctave/base-lu.h +++ b/liboctave/base-lu.h @@ -23,10 +23,6 @@ #if !defined (octave_base_lu_h) #define octave_base_lu_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray.h" template diff --git a/liboctave/boolMatrix.cc b/liboctave/boolMatrix.cc --- a/liboctave/boolMatrix.cc +++ b/liboctave/boolMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/boolMatrix.h b/liboctave/boolMatrix.h --- a/liboctave/boolMatrix.h +++ b/liboctave/boolMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_boolMatrix_int_h) #define octave_boolMatrix_int_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "Array2.h" #include "mx-defs.h" diff --git a/liboctave/boolNDArray.cc b/liboctave/boolNDArray.cc --- a/liboctave/boolNDArray.cc +++ b/liboctave/boolNDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/boolNDArray.h b/liboctave/boolNDArray.h --- a/liboctave/boolNDArray.h +++ b/liboctave/boolNDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_boolNDArray_h) #define octave_boolNDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "ArrayN.h" #include "CMatrix.h" diff --git a/liboctave/chMatrix.cc b/liboctave/chMatrix.cc --- a/liboctave/chMatrix.cc +++ b/liboctave/chMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/chMatrix.h b/liboctave/chMatrix.h --- a/liboctave/chMatrix.h +++ b/liboctave/chMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_chMatrix_int_h) #define octave_chMatrix_int_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "MArray2.h" diff --git a/liboctave/chNDArray.cc b/liboctave/chNDArray.cc --- a/liboctave/chNDArray.cc +++ b/liboctave/chNDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/chNDArray.h b/liboctave/chNDArray.h --- a/liboctave/chNDArray.h +++ b/liboctave/chNDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_charNDArray_h) #define octave_charNDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArrayN.h" #include "chMatrix.h" diff --git a/liboctave/dColVector.cc b/liboctave/dColVector.cc --- a/liboctave/dColVector.cc +++ b/liboctave/dColVector.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dColVector.h b/liboctave/dColVector.h --- a/liboctave/dColVector.h +++ b/liboctave/dColVector.h @@ -23,10 +23,6 @@ #if !defined (octave_ColumnVector_h) #define octave_ColumnVector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray.h" #include "mx-defs.h" diff --git a/liboctave/dDiagMatrix.cc b/liboctave/dDiagMatrix.cc --- a/liboctave/dDiagMatrix.cc +++ b/liboctave/dDiagMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dDiagMatrix.h b/liboctave/dDiagMatrix.h --- a/liboctave/dDiagMatrix.h +++ b/liboctave/dDiagMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_DiagMatrix_h) #define octave_DiagMatrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MDiagArray2.h" #include "dRowVector.h" diff --git a/liboctave/dMatrix.cc b/liboctave/dMatrix.cc --- a/liboctave/dMatrix.cc +++ b/liboctave/dMatrix.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dMatrix.h b/liboctave/dMatrix.h --- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -23,10 +23,6 @@ #if !defined (octave_Matrix_int_h) #define octave_Matrix_int_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray2.h" #include "MDiagArray2.h" diff --git a/liboctave/dNDArray.cc b/liboctave/dNDArray.cc --- a/liboctave/dNDArray.cc +++ b/liboctave/dNDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dNDArray.h b/liboctave/dNDArray.h --- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_NDArray_h) #define octave_NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArrayN.h" #include "dMatrix.h" #include "intNDArray.h" diff --git a/liboctave/dRowVector.cc b/liboctave/dRowVector.cc --- a/liboctave/dRowVector.cc +++ b/liboctave/dRowVector.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dRowVector.h b/liboctave/dRowVector.h --- a/liboctave/dRowVector.h +++ b/liboctave/dRowVector.h @@ -23,10 +23,6 @@ #if !defined (octave_RowVector_h) #define octave_RowVector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArray.h" #include "mx-defs.h" diff --git a/liboctave/dbleAEPBAL.cc b/liboctave/dbleAEPBAL.cc --- a/liboctave/dbleAEPBAL.cc +++ b/liboctave/dbleAEPBAL.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleAEPBAL.h b/liboctave/dbleAEPBAL.h --- a/liboctave/dbleAEPBAL.h +++ b/liboctave/dbleAEPBAL.h @@ -23,10 +23,6 @@ #if !defined (octave_AEPBALANCE_h) #define octave_AEPBALANCE_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/dbleCHOL.cc b/liboctave/dbleCHOL.cc --- a/liboctave/dbleCHOL.cc +++ b/liboctave/dbleCHOL.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleCHOL.h b/liboctave/dbleCHOL.h --- a/liboctave/dbleCHOL.h +++ b/liboctave/dbleCHOL.h @@ -23,10 +23,6 @@ #if !defined (octave_CHOL_h) #define octave_CHOL_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/dbleDET.cc b/liboctave/dbleDET.cc --- a/liboctave/dbleDET.cc +++ b/liboctave/dbleDET.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleDET.h b/liboctave/dbleDET.h --- a/liboctave/dbleDET.h +++ b/liboctave/dbleDET.h @@ -23,10 +23,6 @@ #if !defined (octave_DET_h) #define octave_DET_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class diff --git a/liboctave/dbleHESS.cc b/liboctave/dbleHESS.cc --- a/liboctave/dbleHESS.cc +++ b/liboctave/dbleHESS.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleHESS.h b/liboctave/dbleHESS.h --- a/liboctave/dbleHESS.h +++ b/liboctave/dbleHESS.h @@ -23,10 +23,6 @@ #if !defined (octave_HESS_h) #define octave_HESS_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/dbleLU.cc b/liboctave/dbleLU.cc --- a/liboctave/dbleLU.cc +++ b/liboctave/dbleLU.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleLU.h b/liboctave/dbleLU.h --- a/liboctave/dbleLU.h +++ b/liboctave/dbleLU.h @@ -23,10 +23,6 @@ #if !defined (octave_LU_h) #define octave_LU_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "base-lu.h" #include "dMatrix.h" diff --git a/liboctave/dbleQR.cc b/liboctave/dbleQR.cc --- a/liboctave/dbleQR.cc +++ b/liboctave/dbleQR.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleQR.h b/liboctave/dbleQR.h --- a/liboctave/dbleQR.h +++ b/liboctave/dbleQR.h @@ -23,10 +23,6 @@ #if !defined (octave_QR_h) #define octave_QR_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dMatrix.h" diff --git a/liboctave/dbleQRP.cc b/liboctave/dbleQRP.cc --- a/liboctave/dbleQRP.cc +++ b/liboctave/dbleQRP.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleQRP.h b/liboctave/dbleQRP.h --- a/liboctave/dbleQRP.h +++ b/liboctave/dbleQRP.h @@ -23,10 +23,6 @@ #if !defined (octave_QRP_h) #define octave_QRP_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dbleQR.h" diff --git a/liboctave/dbleSCHUR.cc b/liboctave/dbleSCHUR.cc --- a/liboctave/dbleSCHUR.cc +++ b/liboctave/dbleSCHUR.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleSCHUR.h b/liboctave/dbleSCHUR.h --- a/liboctave/dbleSCHUR.h +++ b/liboctave/dbleSCHUR.h @@ -23,10 +23,6 @@ #if !defined (octave_SCHUR_h) #define octave_SCHUR_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/dbleSVD.cc b/liboctave/dbleSVD.cc --- a/liboctave/dbleSVD.cc +++ b/liboctave/dbleSVD.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/dbleSVD.h b/liboctave/dbleSVD.h --- a/liboctave/dbleSVD.h +++ b/liboctave/dbleSVD.h @@ -23,10 +23,6 @@ #if !defined (octave_SVD_h) #define octave_SVD_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dDiagMatrix.h" diff --git a/liboctave/dim-vector.h b/liboctave/dim-vector.h --- a/liboctave/dim-vector.h +++ b/liboctave/dim-vector.h @@ -23,10 +23,6 @@ #if !defined (octave_dim_vector_h) #define octave_dim_vector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/liboctave/idx-vector.cc b/liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc +++ b/liboctave/idx-vector.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/idx-vector.h b/liboctave/idx-vector.h --- a/liboctave/idx-vector.h +++ b/liboctave/idx-vector.h @@ -23,10 +23,6 @@ #if !defined (octave_idx_vector_h) #define octave_idx_vector_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "dim-vector.h" diff --git a/liboctave/int16NDArray.cc b/liboctave/int16NDArray.cc --- a/liboctave/int16NDArray.cc +++ b/liboctave/int16NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/int16NDArray.h b/liboctave/int16NDArray.h --- a/liboctave/int16NDArray.h +++ b/liboctave/int16NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_int16NDArray_h) #define octave_int16NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/int32NDArray.cc b/liboctave/int32NDArray.cc --- a/liboctave/int32NDArray.cc +++ b/liboctave/int32NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/int32NDArray.h b/liboctave/int32NDArray.h --- a/liboctave/int32NDArray.h +++ b/liboctave/int32NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_int32NDArray_h) #define octave_int32NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/int64NDArray.cc b/liboctave/int64NDArray.cc --- a/liboctave/int64NDArray.cc +++ b/liboctave/int64NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/int64NDArray.h b/liboctave/int64NDArray.h --- a/liboctave/int64NDArray.h +++ b/liboctave/int64NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_int64NDArray_h) #define octave_int64NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/int8NDArray.cc b/liboctave/int8NDArray.cc --- a/liboctave/int8NDArray.cc +++ b/liboctave/int8NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/int8NDArray.h b/liboctave/int8NDArray.h --- a/liboctave/int8NDArray.h +++ b/liboctave/int8NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_int8NDArray_h) #define octave_int8NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/intNDArray.cc b/liboctave/intNDArray.cc --- a/liboctave/intNDArray.cc +++ b/liboctave/intNDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/intNDArray.h b/liboctave/intNDArray.h --- a/liboctave/intNDArray.h +++ b/liboctave/intNDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_intNDArray_h) #define octave_intNDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "MArrayN.h" #include "boolNDArray.h" diff --git a/liboctave/oct-alloc.cc b/liboctave/oct-alloc.cc --- a/liboctave/oct-alloc.cc +++ b/liboctave/oct-alloc.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/so-array.cc b/liboctave/so-array.cc --- a/liboctave/so-array.cc +++ b/liboctave/so-array.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/so-array.h b/liboctave/so-array.h --- a/liboctave/so-array.h +++ b/liboctave/so-array.h @@ -23,10 +23,6 @@ #if !defined (octave_streamoff_array_h) #define octave_streamoff_array_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "ArrayN.h" diff --git a/liboctave/uint16NDArray.cc b/liboctave/uint16NDArray.cc --- a/liboctave/uint16NDArray.cc +++ b/liboctave/uint16NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/uint16NDArray.h b/liboctave/uint16NDArray.h --- a/liboctave/uint16NDArray.h +++ b/liboctave/uint16NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_uint16NDArray_h) #define octave_uint16NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/uint32NDArray.cc b/liboctave/uint32NDArray.cc --- a/liboctave/uint32NDArray.cc +++ b/liboctave/uint32NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/uint32NDArray.h b/liboctave/uint32NDArray.h --- a/liboctave/uint32NDArray.h +++ b/liboctave/uint32NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_uint32NDArray_h) #define octave_uint32NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/uint64NDArray.cc b/liboctave/uint64NDArray.cc --- a/liboctave/uint64NDArray.cc +++ b/liboctave/uint64NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/uint64NDArray.h b/liboctave/uint64NDArray.h --- a/liboctave/uint64NDArray.h +++ b/liboctave/uint64NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_uint64NDArray_h) #define octave_uint64NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/liboctave/uint8NDArray.cc b/liboctave/uint8NDArray.cc --- a/liboctave/uint8NDArray.cc +++ b/liboctave/uint8NDArray.cc @@ -21,10 +21,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/liboctave/uint8NDArray.h b/liboctave/uint8NDArray.h --- a/liboctave/uint8NDArray.h +++ b/liboctave/uint8NDArray.h @@ -23,10 +23,6 @@ #if !defined (octave_uint8NDArray_h) #define octave_uint8NDArray_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "intNDArray.h" #include "mx-op-defs.h" #include "oct-inttypes.h" diff --git a/src/Cell.cc b/src/Cell.cc --- a/src/Cell.cc +++ b/src/Cell.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/Cell.h b/src/Cell.h --- a/src/Cell.h +++ b/src/Cell.h @@ -23,10 +23,6 @@ #if !defined (Cell_h) #define Cell_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "ArrayN.h" diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,39 @@ +2004-12-27 Martin Dalecki + + * Cell.cc, c-file-ptr-stream.cc, comment-list.cc, oct-map.cc, + oct-obj.cc, ov-base.cc, ov-base-int.cc, ov-base-mat.cc, + ov-base-scalar.cc, ov-bool.cc, ov-bool-mat.cc, ov-builtin.cc, + ov.cc, ov-cell.cc, ov-ch-mat.cc, ov-colon.cc, ov-complex.cc, + ov-cs-list.cc, ov-cx-mat.cc, ov-dld-fcn.cc, ov-fcn.cc, + ov-fcn-handle.cc, ov-fcn-inline.cc, ov-file.cc, ov-int16.cc, + ov-int32.cc, ov-int64.cc, ov-int8.cc, ov-list.cc, ov-mapper.cc, + ov-range.cc, ov-re-mat.cc, ov-scalar.cc, ov-streamoff.cc, + ov-str-mat.cc, ov-struct.cc, ov-typeinfo.cc, ov-uint16.cc, + ov-uint32.cc, ov-uint64.cc, ov-uint8.cc, ov-usr-fcn.cc, + ov-va-args.cc, procstream.cc, pt-arg-list.cc, pt-assign.cc, + pt-binop.cc, pt-bp.cc, pt.cc, pt-cell.cc, pt-check.cc, pt-cmd.cc, + pt-colon.cc, pt-const.cc, pt-decl.cc, pt-except.cc, pt-exp.cc, + pt-fcn-handle.cc, pt-id.cc, pt-idx.cc, pt-jump.cc, pt-loop.cc, + pt-mat.cc, pt-misc.cc, pt-pr-code.cc, pt-select.cc, pt-stmt.cc, + pt-unop.cc, symtab.cc, token.cc, unwind-prot.cc: + Delete #pragma implementation + + * Cell.h, c-file-ptr-stream.h, comment-list.h, oct-map.h, + oct-obj.h, ov-base.h, ov-base-int.h, ov-base-mat.h, + ov-base-scalar.h, ov-bool.h, ov-bool-mat.h, ov-builtin.h, + ov-cell.h, ov-ch-mat.h, ov-complex.h, ov-cs-list.h, ov-cx-mat.h, + ov-dld-fcn.h, ov-fcn.h, ov-fcn-handle.h, ov-fcn-inline.h, + ov-file.h, ov.h, ov-int16.h, ov-int32.h, ov-int64.h, ov-int8.h, + ov-list.h, ov-mapper.h, ov-range.h, ov-re-mat.h, ov-scalar.h, + ov-streamoff.h, ov-str-mat.h, ov-struct.h, ov-typeinfo.h, + ov-uint16.h, ov-uint32.h, ov-uint64.h, ov-uint8.h, ov-usr-fcn.h, + procstream.h, pt-arg-list.h, pt-assign.h, pt-binop.h, pt-bp.h, + pt-cell.h, pt-check.h, pt-cmd.h, pt-colon.h, pt-const.h, + pt-decl.h, pt-except.h, pt-exp.h, pt-fcn-handle.h, pt.h, pt-id.h, + pt-idx.h, pt-jump.h, pt-loop.h, pt-mat.h, pt-misc.h, pt-pr-code.h, + pt-select.h, pt-stmt.h, pt-unop.h, symtab.h, token.h, + unwind-prot.h: Delete #pragma interface. + 2004-12-27 John W. Eaton Merge of changes from Teemu Ikonen to diff --git a/src/c-file-ptr-stream.cc b/src/c-file-ptr-stream.cc --- a/src/c-file-ptr-stream.cc +++ b/src/c-file-ptr-stream.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/c-file-ptr-stream.h b/src/c-file-ptr-stream.h --- a/src/c-file-ptr-stream.h +++ b/src/c-file-ptr-stream.h @@ -23,10 +23,6 @@ #if !defined (octave_c_file_ptr_stream_h) #define octave_c_file_ptr_stream_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/comment-list.cc b/src/comment-list.cc --- a/src/comment-list.cc +++ b/src/comment-list.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/comment-list.h b/src/comment-list.h --- a/src/comment-list.h +++ b/src/comment-list.h @@ -23,10 +23,6 @@ #if !defined (octave_comment_list_h) #define octave_comment_list_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/oct-map.cc b/src/oct-map.cc --- a/src/oct-map.cc +++ b/src/oct-map.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/oct-map.h b/src/oct-map.h --- a/src/oct-map.h +++ b/src/oct-map.h @@ -23,10 +23,6 @@ #if !defined (octave_oct_map_h) #define octave_oct_map_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "Cell.h" diff --git a/src/oct-obj.cc b/src/oct-obj.cc --- a/src/oct-obj.cc +++ b/src/oct-obj.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/oct-obj.h b/src/oct-obj.h --- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -23,10 +23,6 @@ #if !defined (octave_oct_obj_h) #define octave_oct_obj_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-base-int.cc b/src/ov-base-int.cc --- a/src/ov-base-int.cc +++ b/src/ov-base-int.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-base-int.h b/src/ov-base-int.h --- a/src/ov-base-int.h +++ b/src/ov-base-int.h @@ -23,10 +23,6 @@ #if !defined (octave_base_int_matrix_h) #define octave_base_int_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-base-mat.cc b/src/ov-base-mat.cc --- a/src/ov-base-mat.cc +++ b/src/ov-base-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-base-mat.h b/src/ov-base-mat.h --- a/src/ov-base-mat.h +++ b/src/ov-base-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_base_matrix_h) #define octave_base_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-base-scalar.cc b/src/ov-base-scalar.cc --- a/src/ov-base-scalar.cc +++ b/src/ov-base-scalar.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-base-scalar.h b/src/ov-base-scalar.h --- a/src/ov-base-scalar.h +++ b/src/ov-base-scalar.h @@ -23,10 +23,6 @@ #if !defined (octave_base_scalar_h) #define octave_base_scalar_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-base.cc b/src/ov-base.cc --- a/src/ov-base.cc +++ b/src/ov-base.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-base.h b/src/ov-base.h --- a/src/ov-base.h +++ b/src/ov-base.h @@ -23,10 +23,6 @@ #if !defined (octave_base_value_h) #define octave_base_value_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-bool-mat.cc b/src/ov-bool-mat.cc --- a/src/ov-bool-mat.cc +++ b/src/ov-bool-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-bool-mat.h b/src/ov-bool-mat.h --- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_bool_matrix_h) #define octave_bool_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-bool.cc b/src/ov-bool.cc --- a/src/ov-bool.cc +++ b/src/ov-bool.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-bool.h b/src/ov-bool.h --- a/src/ov-bool.h +++ b/src/ov-bool.h @@ -23,10 +23,6 @@ #if !defined (octave_bool_h) #define octave_bool_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-builtin.cc b/src/ov-builtin.cc --- a/src/ov-builtin.cc +++ b/src/ov-builtin.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-builtin.h b/src/ov-builtin.h --- a/src/ov-builtin.h +++ b/src/ov-builtin.h @@ -23,10 +23,6 @@ #if !defined (octave_builtin_h) #define octave_builtin_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "ov-fcn.h" diff --git a/src/ov-cell.cc b/src/ov-cell.cc --- a/src/ov-cell.cc +++ b/src/ov-cell.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-cell.h b/src/ov-cell.h --- a/src/ov-cell.h +++ b/src/ov-cell.h @@ -23,10 +23,6 @@ #if !defined (octave_cell_h) #define octave_cell_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-ch-mat.cc b/src/ov-ch-mat.cc --- a/src/ov-ch-mat.cc +++ b/src/ov-ch-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-ch-mat.h b/src/ov-ch-mat.h --- a/src/ov-ch-mat.h +++ b/src/ov-ch-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_char_matrix_h) #define octave_char_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-colon.cc b/src/ov-colon.cc --- a/src/ov-colon.cc +++ b/src/ov-colon.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-complex.cc b/src/ov-complex.cc --- a/src/ov-complex.cc +++ b/src/ov-complex.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-complex.h b/src/ov-complex.h --- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -23,10 +23,6 @@ #if !defined (octave_complex_h) #define octave_complex_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-cs-list.cc b/src/ov-cs-list.cc --- a/src/ov-cs-list.cc +++ b/src/ov-cs-list.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-cs-list.h b/src/ov-cs-list.h --- a/src/ov-cs-list.h +++ b/src/ov-cs-list.h @@ -23,10 +23,6 @@ #if !defined (octave_cs_list_h) #define octave_cs_list_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-cx-mat.cc b/src/ov-cx-mat.cc --- a/src/ov-cx-mat.cc +++ b/src/ov-cx-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-cx-mat.h b/src/ov-cx-mat.h --- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_complex_matrix_h) #define octave_complex_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-dld-fcn.cc b/src/ov-dld-fcn.cc --- a/src/ov-dld-fcn.cc +++ b/src/ov-dld-fcn.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-dld-fcn.h b/src/ov-dld-fcn.h --- a/src/ov-dld-fcn.h +++ b/src/ov-dld-fcn.h @@ -23,10 +23,6 @@ #if !defined (octave_dld_function_h) #define octave_dld_function_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "oct-shlib.h" diff --git a/src/ov-fcn-handle.cc b/src/ov-fcn-handle.cc --- a/src/ov-fcn-handle.cc +++ b/src/ov-fcn-handle.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-fcn-handle.h b/src/ov-fcn-handle.h --- a/src/ov-fcn-handle.h +++ b/src/ov-fcn-handle.h @@ -23,10 +23,6 @@ #if !defined (octave_fcn_handle_h) #define octave_fcn_handle_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-fcn-inline.cc b/src/ov-fcn-inline.cc --- a/src/ov-fcn-inline.cc +++ b/src/ov-fcn-inline.cc @@ -23,10 +23,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-fcn-inline.h b/src/ov-fcn-inline.h --- a/src/ov-fcn-inline.h +++ b/src/ov-fcn-inline.h @@ -26,10 +26,6 @@ #if !defined (octave_fcn_inline_h) #define octave_fcn_inline_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-fcn.cc b/src/ov-fcn.cc --- a/src/ov-fcn.cc +++ b/src/ov-fcn.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-fcn.h b/src/ov-fcn.h --- a/src/ov-fcn.h +++ b/src/ov-fcn.h @@ -23,10 +23,6 @@ #if !defined (octave_function_h) #define octave_function_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "oct-time.h" diff --git a/src/ov-file.cc b/src/ov-file.cc --- a/src/ov-file.cc +++ b/src/ov-file.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-file.h b/src/ov-file.h --- a/src/ov-file.h +++ b/src/ov-file.h @@ -23,10 +23,6 @@ #if !defined (octave_file_h) #define octave_file_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-int16.cc b/src/ov-int16.cc --- a/src/ov-int16.cc +++ b/src/ov-int16.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-int16.h b/src/ov-int16.h --- a/src/ov-int16.h +++ b/src/ov-int16.h @@ -23,10 +23,6 @@ #if !defined (octave_int16_h) #define octave_int16_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_int16_matrix #define OCTAVE_INT_NDARRAY_T int16NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int16_array_value diff --git a/src/ov-int32.cc b/src/ov-int32.cc --- a/src/ov-int32.cc +++ b/src/ov-int32.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-int32.h b/src/ov-int32.h --- a/src/ov-int32.h +++ b/src/ov-int32.h @@ -23,10 +23,6 @@ #if !defined (octave_int32_h) #define octave_int32_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_int32_matrix #define OCTAVE_INT_NDARRAY_T int32NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int32_array_value diff --git a/src/ov-int64.cc b/src/ov-int64.cc --- a/src/ov-int64.cc +++ b/src/ov-int64.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-int64.h b/src/ov-int64.h --- a/src/ov-int64.h +++ b/src/ov-int64.h @@ -23,10 +23,6 @@ #if !defined (octave_int64_h) #define octave_int64_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_int64_matrix #define OCTAVE_INT_NDARRAY_T int64NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int64_array_value diff --git a/src/ov-int8.cc b/src/ov-int8.cc --- a/src/ov-int8.cc +++ b/src/ov-int8.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-int8.h b/src/ov-int8.h --- a/src/ov-int8.h +++ b/src/ov-int8.h @@ -23,10 +23,6 @@ #if !defined (octave_int8_h) #define octave_int8_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_int8_matrix #define OCTAVE_INT_NDARRAY_T int8NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int8_array_value diff --git a/src/ov-list.cc b/src/ov-list.cc --- a/src/ov-list.cc +++ b/src/ov-list.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-list.h b/src/ov-list.h --- a/src/ov-list.h +++ b/src/ov-list.h @@ -23,10 +23,6 @@ #if !defined (octave_list_h) #define octave_list_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-mapper.cc b/src/ov-mapper.cc --- a/src/ov-mapper.cc +++ b/src/ov-mapper.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-mapper.h b/src/ov-mapper.h --- a/src/ov-mapper.h +++ b/src/ov-mapper.h @@ -23,10 +23,6 @@ #if !defined (octave_mapper_h) #define octave_mapper_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "oct-obj.h" diff --git a/src/ov-range.cc b/src/ov-range.cc --- a/src/ov-range.cc +++ b/src/ov-range.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-range.h b/src/ov-range.h --- a/src/ov-range.h +++ b/src/ov-range.h @@ -23,10 +23,6 @@ #if !defined (octave_range_h) #define octave_range_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-re-mat.cc b/src/ov-re-mat.cc --- a/src/ov-re-mat.cc +++ b/src/ov-re-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-re-mat.h b/src/ov-re-mat.h --- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_matrix_h) #define octave_matrix_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-scalar.cc b/src/ov-scalar.cc --- a/src/ov-scalar.cc +++ b/src/ov-scalar.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-scalar.h b/src/ov-scalar.h --- a/src/ov-scalar.h +++ b/src/ov-scalar.h @@ -23,10 +23,6 @@ #if !defined (octave_scalar_h) #define octave_scalar_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-str-mat.cc b/src/ov-str-mat.cc --- a/src/ov-str-mat.cc +++ b/src/ov-str-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-str-mat.h b/src/ov-str-mat.h --- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_char_matrix_str_h) #define octave_char_matrix_str_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-streamoff.cc b/src/ov-streamoff.cc --- a/src/ov-streamoff.cc +++ b/src/ov-streamoff.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-streamoff.h b/src/ov-streamoff.h --- a/src/ov-streamoff.h +++ b/src/ov-streamoff.h @@ -23,10 +23,6 @@ #if !defined (octave_streamoff_h) #define octave_streamoff_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "so-array.h" diff --git a/src/ov-struct.cc b/src/ov-struct.cc --- a/src/ov-struct.cc +++ b/src/ov-struct.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-struct.h b/src/ov-struct.h --- a/src/ov-struct.h +++ b/src/ov-struct.h @@ -23,10 +23,6 @@ #if !defined (octave_struct_h) #define octave_struct_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-typeinfo.cc b/src/ov-typeinfo.cc --- a/src/ov-typeinfo.cc +++ b/src/ov-typeinfo.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-typeinfo.h b/src/ov-typeinfo.h --- a/src/ov-typeinfo.h +++ b/src/ov-typeinfo.h @@ -23,10 +23,6 @@ #if !defined (octave_value_typeinfo_h) #define octave_value_typeinfo_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include "Array.h" diff --git a/src/ov-uint16.cc b/src/ov-uint16.cc --- a/src/ov-uint16.cc +++ b/src/ov-uint16.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-uint16.h b/src/ov-uint16.h --- a/src/ov-uint16.h +++ b/src/ov-uint16.h @@ -23,10 +23,6 @@ #if !defined (octave_uint16_h) #define octave_uint16_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_uint16_matrix #define OCTAVE_INT_NDARRAY_T uint16NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint16_array_value diff --git a/src/ov-uint32.cc b/src/ov-uint32.cc --- a/src/ov-uint32.cc +++ b/src/ov-uint32.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-uint32.h b/src/ov-uint32.h --- a/src/ov-uint32.h +++ b/src/ov-uint32.h @@ -23,10 +23,6 @@ #if !defined (octave_uint32_h) #define octave_uint32_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_uint32_matrix #define OCTAVE_INT_NDARRAY_T uint32NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint32_array_value diff --git a/src/ov-uint64.cc b/src/ov-uint64.cc --- a/src/ov-uint64.cc +++ b/src/ov-uint64.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-uint64.h b/src/ov-uint64.h --- a/src/ov-uint64.h +++ b/src/ov-uint64.h @@ -23,10 +23,6 @@ #if !defined (octave_uint64_h) #define octave_uint64_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_uint64_matrix #define OCTAVE_INT_NDARRAY_T uint64NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint64_array_value diff --git a/src/ov-uint8.cc b/src/ov-uint8.cc --- a/src/ov-uint8.cc +++ b/src/ov-uint8.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-uint8.h b/src/ov-uint8.h --- a/src/ov-uint8.h +++ b/src/ov-uint8.h @@ -23,10 +23,6 @@ #if !defined (octave_uint8_h) #define octave_uint8_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #define OCTAVE_VALUE_INT_MATRIX_T octave_uint8_matrix #define OCTAVE_INT_NDARRAY_T uint8NDArray #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint8_array_value diff --git a/src/ov-usr-fcn.cc b/src/ov-usr-fcn.cc --- a/src/ov-usr-fcn.cc +++ b/src/ov-usr-fcn.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov-usr-fcn.h b/src/ov-usr-fcn.h --- a/src/ov-usr-fcn.h +++ b/src/ov-usr-fcn.h @@ -23,10 +23,6 @@ #if !defined (octave_user_function_h) #define octave_user_function_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/ov-va-args.cc b/src/ov-va-args.cc --- a/src/ov-va-args.cc +++ b/src/ov-va-args.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov.cc b/src/ov.cc --- a/src/ov.cc +++ b/src/ov.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/ov.h b/src/ov.h --- a/src/ov.h +++ b/src/ov.h @@ -23,10 +23,6 @@ #if !defined (octave_value_h) #define octave_value_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/procstream.cc b/src/procstream.cc --- a/src/procstream.cc +++ b/src/procstream.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/procstream.h b/src/procstream.h --- a/src/procstream.h +++ b/src/procstream.h @@ -23,10 +23,6 @@ #if !defined (octave_procstream_h) #define octave_procstream_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-arg-list.cc b/src/pt-arg-list.cc --- a/src/pt-arg-list.cc +++ b/src/pt-arg-list.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-arg-list.h b/src/pt-arg-list.h --- a/src/pt-arg-list.h +++ b/src/pt-arg-list.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_arg_list_h) #define octave_tree_arg_list_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class octave_value_list; class tree_expression; diff --git a/src/pt-assign.cc b/src/pt-assign.cc --- a/src/pt-assign.cc +++ b/src/pt-assign.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-assign.h b/src/pt-assign.h --- a/src/pt-assign.h +++ b/src/pt-assign.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_assign_h) #define octave_tree_assign_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-binop.cc b/src/pt-binop.cc --- a/src/pt-binop.cc +++ b/src/pt-binop.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-binop.h b/src/pt-binop.h --- a/src/pt-binop.h +++ b/src/pt-binop.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_binop_h) #define octave_tree_binop_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class tree_walker; diff --git a/src/pt-bp.cc b/src/pt-bp.cc --- a/src/pt-bp.cc +++ b/src/pt-bp.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-bp.h b/src/pt-bp.h --- a/src/pt-bp.h +++ b/src/pt-bp.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_bp_h) #define octave_tree_bp_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "input.h" #include "ov-usr-fcn.h" #include "pt-walk.h" diff --git a/src/pt-cell.cc b/src/pt-cell.cc --- a/src/pt-cell.cc +++ b/src/pt-cell.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-cell.h b/src/pt-cell.h --- a/src/pt-cell.h +++ b/src/pt-cell.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_cell_h) #define octave_tree_cell_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class octave_value; diff --git a/src/pt-check.cc b/src/pt-check.cc --- a/src/pt-check.cc +++ b/src/pt-check.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-check.h b/src/pt-check.h --- a/src/pt-check.h +++ b/src/pt-check.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_checker_h) #define octave_tree_checker_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "pt-walk.h" // How to check the semantics of the code that the parse trees represent. diff --git a/src/pt-cmd.cc b/src/pt-cmd.cc --- a/src/pt-cmd.cc +++ b/src/pt-cmd.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-cmd.h b/src/pt-cmd.h --- a/src/pt-cmd.h +++ b/src/pt-cmd.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_cmd_h) #define octave_tree_cmd_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class tree_walker; diff --git a/src/pt-colon.cc b/src/pt-colon.cc --- a/src/pt-colon.cc +++ b/src/pt-colon.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-colon.h b/src/pt-colon.h --- a/src/pt-colon.h +++ b/src/pt-colon.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_colon_h) #define octave_tree_colon 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class tree_walker; diff --git a/src/pt-const.cc b/src/pt-const.cc --- a/src/pt-const.cc +++ b/src/pt-const.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-const.h b/src/pt-const.h --- a/src/pt-const.h +++ b/src/pt-const.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_const_h) #define octave_tree_const_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-decl.cc b/src/pt-decl.cc --- a/src/pt-decl.cc +++ b/src/pt-decl.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-decl.h b/src/pt-decl.h --- a/src/pt-decl.h +++ b/src/pt-decl.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_decl_h) #define octave_tree_decl_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class tree_expression; class tree_identifier; diff --git a/src/pt-except.cc b/src/pt-except.cc --- a/src/pt-except.cc +++ b/src/pt-except.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-except.h b/src/pt-except.h --- a/src/pt-except.h +++ b/src/pt-except.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_except_h) #define octave_tree_except_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class tree_statement_list; class tree_walker; diff --git a/src/pt-exp.cc b/src/pt-exp.cc --- a/src/pt-exp.cc +++ b/src/pt-exp.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-exp.h b/src/pt-exp.h --- a/src/pt-exp.h +++ b/src/pt-exp.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_expr_h) #define octave_tree_expr_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class octave_value; diff --git a/src/pt-fcn-handle.cc b/src/pt-fcn-handle.cc --- a/src/pt-fcn-handle.cc +++ b/src/pt-fcn-handle.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-fcn-handle.h b/src/pt-fcn-handle.h --- a/src/pt-fcn-handle.h +++ b/src/pt-fcn-handle.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_fcn_handle_h) #define octave_fcn_handle_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-id.cc b/src/pt-id.cc --- a/src/pt-id.cc +++ b/src/pt-id.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-id.h b/src/pt-id.h --- a/src/pt-id.h +++ b/src/pt-id.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_identifier_h) #define octave_tree_identifier_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-idx.cc b/src/pt-idx.cc --- a/src/pt-idx.cc +++ b/src/pt-idx.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-idx.h b/src/pt-idx.h --- a/src/pt-idx.h +++ b/src/pt-idx.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_index_h) #define octave_tree_index_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class tree_argument_list; diff --git a/src/pt-jump.cc b/src/pt-jump.cc --- a/src/pt-jump.cc +++ b/src/pt-jump.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-jump.h b/src/pt-jump.h --- a/src/pt-jump.h +++ b/src/pt-jump.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_jump_h) #define octave_tree_jump_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class tree_walker; #include "pt-cmd.h" diff --git a/src/pt-loop.cc b/src/pt-loop.cc --- a/src/pt-loop.cc +++ b/src/pt-loop.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-loop.h b/src/pt-loop.h --- a/src/pt-loop.h +++ b/src/pt-loop.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_loop_h) #define octave_tree_loop_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class octave_value; class octave_lvalue; diff --git a/src/pt-mat.cc b/src/pt-mat.cc --- a/src/pt-mat.cc +++ b/src/pt-mat.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-mat.h b/src/pt-mat.h --- a/src/pt-mat.h +++ b/src/pt-mat.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_mat_h) #define octave_tree_mat_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class octave_value; diff --git a/src/pt-misc.cc b/src/pt-misc.cc --- a/src/pt-misc.cc +++ b/src/pt-misc.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-misc.h b/src/pt-misc.h --- a/src/pt-misc.h +++ b/src/pt-misc.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_misc_h) #define octave_tree_misc_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class octave_value; class octave_value_list; diff --git a/src/pt-pr-code.cc b/src/pt-pr-code.cc --- a/src/pt-pr-code.cc +++ b/src/pt-pr-code.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-pr-code.h b/src/pt-pr-code.h --- a/src/pt-pr-code.h +++ b/src/pt-pr-code.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_print_code_h) #define octave_tree_print_code_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/pt-select.cc b/src/pt-select.cc --- a/src/pt-select.cc +++ b/src/pt-select.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-select.h b/src/pt-select.h --- a/src/pt-select.h +++ b/src/pt-select.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_select_h) #define octave_tree_select_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class expression; class tree_statement_list; diff --git a/src/pt-stmt.cc b/src/pt-stmt.cc --- a/src/pt-stmt.cc +++ b/src/pt-stmt.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-stmt.h b/src/pt-stmt.h --- a/src/pt-stmt.h +++ b/src/pt-stmt.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_stmt_h) #define octave_tree_stmt_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - class octave_value_list; class tree_command; diff --git a/src/pt-unop.cc b/src/pt-unop.cc --- a/src/pt-unop.cc +++ b/src/pt-unop.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt-unop.h b/src/pt-unop.h --- a/src/pt-unop.h +++ b/src/pt-unop.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_unop_h) #define octave_tree_unop_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include class tree_walker; diff --git a/src/pt.cc b/src/pt.cc --- a/src/pt.cc +++ b/src/pt.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/pt.h b/src/pt.h --- a/src/pt.h +++ b/src/pt.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_h) #define octave_tree_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/symtab.cc b/src/symtab.cc --- a/src/symtab.cc +++ b/src/symtab.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/symtab.h b/src/symtab.h --- a/src/symtab.h +++ b/src/symtab.h @@ -23,10 +23,6 @@ #if !defined (octave_symtab_h) #define octave_symtab_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include diff --git a/src/token.cc b/src/token.cc --- a/src/token.cc +++ b/src/token.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/unwind-prot.cc b/src/unwind-prot.cc --- a/src/unwind-prot.cc +++ b/src/unwind-prot.cc @@ -20,10 +20,6 @@ */ -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/unwind-prot.h b/src/unwind-prot.h --- a/src/unwind-prot.h +++ b/src/unwind-prot.h @@ -23,10 +23,6 @@ #if !defined (octave_unwind_prot_h) #define octave_unwind_prot_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include #include