changeset 5268:7ca77747d680

[project @ 2005-04-06 07:32:54 by jwe]
author jwe
date Wed, 06 Apr 2005 07:33:02 +0000
parents 2969ccb6ff71
children a90ce2dc8b1e
files src/ChangeLog src/OPERATORS/op-scm-scm.cc
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 05 19:11:28 2005 +0000
+++ b/src/ChangeLog	Wed Apr 06 07:33:02 2005 +0000
@@ -1,3 +1,7 @@
+2005-04-06  John W. Eaton  <jwe@octave.org>
+
+	* OPERATORS/op-scm-scm.cc: Delete #pragma implementation.
+
 2005-04-05  John W. Eaton  <jwe@octave.org>
 
 	* 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,
--- a/src/OPERATORS/op-scm-scm.cc	Tue Apr 05 19:11:28 2005 +0000
+++ b/src/OPERATORS/op-scm-scm.cc	Wed Apr 06 07:33:02 2005 +0000
@@ -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 <config.h>
 #endif