diff src/DLD-FUNCTIONS/__glpk__.cc @ 6472:fb53fc94f526

[project @ 2007-03-29 12:49:51 by jwe]
author jwe
date Thu, 29 Mar 2007 12:49:52 +0000
parents 8a844b3d10b1
children 1ece41c144a6
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__glpk__.cc	Tue Mar 27 20:38:11 2007 +0000
+++ b/src/DLD-FUNCTIONS/__glpk__.cc	Thu Mar 29 12:49:52 2007 +0000
@@ -53,17 +53,14 @@
 #ifndef lib_set_print_hook
 #define lib_set_print_hook lib_print_hook
 #endif
-}
 
 #else
 
-extern "C"
-{
 void _glp_lib_print_hook (int (*func)(void *info, char *buf), void *info);
 void _glp_lib_fault_hook (int (*func)(void *info, char *buf), void *info);
-}
 
 #endif
+}
 
 #define NIntP 17
 #define NRealP 10