# HG changeset patch # User jwe # Date 1179967833 0 # Node ID 4cce89d792f1205de75587858ddfb009cad91501 # Parent d88b765797703f8b55dde68770ea01fc061d90dd [project @ 2007-05-24 00:50:33 by jwe] diff -r d88b76579770 -r 4cce89d792f1 liboctave/ChangeLog --- 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 + + * oct-sparse.h: Don't surround included files with extern "C" { ... }. + 2007-05-16 David Bateman * dRowVector.cc (linspace): Return second argument if fewer than diff -r d88b76579770 -r 4cce89d792f1 liboctave/oct-sparse.h --- 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 #endif -#ifdef __cplusplus -extern "C" { -#endif - #if defined (HAVE_SUITESPARSE_UMFPACK_H) #include #elif defined (HAVE_UFSPARSE_UMFPACK_H) @@ -103,8 +99,4 @@ #endif #endif -#ifdef __cplusplus -} #endif - -#endif