[Pkg-scicomp-devel] arpack++/trunk/include

Christophe Prud'homme prudhomm at debian.org
Fri Jul 7 13:22:26 UTC 2006


SVN commit 451 by prudhomm:

should be extern "C" and not just extern


 M  +1 -1      arpack++/trunk/include/debug.h  


--- arpack++/trunk/include/debug.h #450:451
@@ -20,7 +20,7 @@
 #include "arch.h"
 #include "arpackf.h"
 
-extern arpack_debug F77NAME(debug);
+extern "C" arpack_debug F77NAME(debug);
 
 inline void TraceOff()
 



More information about the Pkg-scicomp-devel mailing list