# HG changeset patch # User jwe # Date 1179967833 0 # Node ID 4cce89d792f1205de75587858ddfb009cad91501 # Parent d88b765797703f8b55dde68770ea01fc061d90dd [project @ 2007-05-24 00:50:33 by jwe] diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -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 --git a/liboctave/oct-sparse.h b/liboctave/oct-sparse.h --- a/liboctave/oct-sparse.h +++ b/liboctave/oct-sparse.h @@ -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