# HG changeset patch # User jwe # Date 1112772782 0 # Node ID 7ca77747d680c63ab1adace8aff2494e517bc539 # Parent 2969ccb6ff71c8a37065948021d666ee9b135937 [project @ 2005-04-06 07:32:54 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-04-06 John W. Eaton + + * OPERATORS/op-scm-scm.cc: Delete #pragma implementation. + 2005-04-05 John W. Eaton * ov-ch-mat.h (octave_char_matrix::index_vector): New function. @@ -748,7 +752,7 @@ 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 + 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, diff --git a/src/OPERATORS/op-scm-scm.cc b/src/OPERATORS/op-scm-scm.cc --- a/src/OPERATORS/op-scm-scm.cc +++ b/src/OPERATORS/op-scm-scm.cc @@ -34,10 +34,6 @@ #include "ov-re-sparse.h" #include "ov-cx-sparse.h" -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma implementation -#endif - #ifdef HAVE_CONFIG_H #include #endif