Mercurial > hg > octave-lyh
changeset 5105:e35b034d3523
[project @ 2004-12-28 03:36:13 by jwe]
line wrap: on
line diff
--- 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 <config.h> #endif
--- 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 <cassert> #include <cstddef>
--- 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 <cassert> #include <climits> #include <cmath>
--- 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 <cassert> #include <cstdlib>
--- 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 <config.h> #endif
--- 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 <iostream> #include <cassert>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dColVector.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,38 @@ +2004-12-27 Martin Dalecki <martin@dalecki.de> + + * 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 <jwe@octave.org> * lo-cieee.c (lo_ieee_signbit): New function.
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include "CMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "oct-cmplx.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "CMatrix.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <iostream> #include "CMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "CmplxQR.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dDiagMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <cassert> #include <cstdlib>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "dColVector.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <iostream> class ColumnVector;
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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"
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <cfloat> #include <cmath>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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 <class lu_type, class lu_elt_type, class p_type, class p_elt_type>
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <string> #include "MArray2.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> class
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <iostream> #include "dMatrix.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include "dbleQR.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dDiagMatrix.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 <cassert> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include "dim-vector.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <config.h> #endif
--- 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 <iostream> #include "ArrayN.h"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <string> #include "ArrayN.h"
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,39 @@ +2004-12-27 Martin Dalecki <martin@dalecki.de> + + * 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 <jwe@octave.org> Merge of changes from Teemu Ikonen <tpikonen@pcu.helsinki.fi> to
--- 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 <config.h> #endif
--- 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 <iostream> #include <cstdio>
--- 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 <config.h> #endif
--- 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 <string> #include <base-list.h>
--- 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 <config.h> #endif
--- 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 <map> #include "Cell.h"
--- 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 <config.h> #endif
--- 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 <string> #include <vector>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <string> #include "ov-fcn.h"
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <string> #include "oct-shlib.h"
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <string> #include "oct-time.h"
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <string> #include "oct-obj.h"
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <iostream> #include "so-array.h"
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <string> #include "Array.h"
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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
--- 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 <config.h> #endif
--- 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 <ctime> #include <string>
--- 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 <config.h> #endif
--- 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 <config.h> #endif
--- 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 <cstdlib> #include <iostream>
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <string> class tree_walker;
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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 <iostream> class octave_value;
--- 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 <config.h> #endif
--- 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.
--- 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 <config.h> #endif
--- 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 <string> class tree_walker;
--- 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 <config.h> #endif
--- 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 <string> class tree_walker;
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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 <string> class octave_value;
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <iostream> #include <string>
--- 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 <config.h> #endif
--- 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 <list> class tree_argument_list;
--- 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 <config.h> #endif
--- 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"
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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 <iostream> class octave_value;
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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 <stack> #include <string>
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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;
--- 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 <config.h> #endif
--- 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 <string> class tree_walker;
--- 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 <config.h> #endif
--- 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 <string> #include <iostream>
--- 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 <config.h> #endif
--- 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 <cassert> #include <string>
--- 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 <config.h> #endif