changeset 6662:4cce89d792f1

[project @ 2007-05-24 00:50:33 by jwe]
author jwe
date Thu, 24 May 2007 00:50:33 +0000
parents d88b76579770
children f4938870a0a7
files liboctave/ChangeLog liboctave/oct-sparse.h
diffstat 2 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed May 23 07:21:35 2007 +0000
+++ b/liboctave/ChangeLog	Thu May 24 00:50:33 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-23  John W. Eaton  <jwe@octave.org>
+
+	* oct-sparse.h: Don't surround included files with extern "C" { ... }.
+
 2007-05-16  David Bateman  <dbateman@free.fr>
 
 	* dRowVector.cc (linspace): Return second argument if fewer than
--- a/liboctave/oct-sparse.h	Wed May 23 07:21:35 2007 +0000
+++ b/liboctave/oct-sparse.h	Thu May 24 00:50:33 2007 +0000
@@ -28,10 +28,6 @@
 #include <config.h>
 #endif
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #if defined (HAVE_SUITESPARSE_UMFPACK_H)
 #include <suitesparse/umfpack.h>
 #elif defined (HAVE_UFSPARSE_UMFPACK_H)
@@ -103,8 +99,4 @@
 #endif
 #endif
 
-#ifdef __cplusplus
-}
 #endif
-
-#endif