summaryrefslogtreecommitdiffstats
path: root/mp-strtod.patch
blob: f01b748aef5cc0614b25d60ec73df0db0c5f3ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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-16 18:16:10.961987586 -0300
+++ mp-9fdb5147068f3b719999210e56b493327f1ca5e7/src/asl/solvers/asl.h	2016-03-16 18:17:21.067990271 -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
 	}