Blob Blame History Raw
diff -up mp-9fdb5147068f3b719999210e56b493327f1ca5e7/src/asl/solvers/asl.h.orig mp-9fdb5147068f3b719999210e56b493327f1ca5e7/src/asl/solvers/asl.h
--- mp-9fdb5147068f3b719999210e56b493327f1ca5e7/src/asl/solvers/asl.h.orig	2016-03-17 14:31:21.069166955 -0300
+++ mp-9fdb5147068f3b719999210e56b493327f1ca5e7/src/asl/solvers/asl.h	2016-03-17 14:31:51.694168127 -0300
@@ -1104,17 +1104,7 @@ QPinfo {
  extern void xunkno_(VOID);
  extern void zero_div_ASL(ASL*, real, const char*);
 
-#ifndef No_dtoa
- extern double strtod_ASL(Const char*, char**);
-#ifndef strtod	/* if not set by previous funcadd.h */
-#define strtod strtod_ASL
-#endif
-extern void ACQUIRE_DTOA_LOCK(unsigned int);
-extern void FREE_DTOA_LOCK(unsigned int);
-extern int dtoa_get_threadno(void);
-extern void init_dtoa_locks(void);
-extern void set_max_dtoa_threads(unsigned int);
-#endif
+#undef strtod
 
 #ifdef __cplusplus
 	}