blob: 9e992220607e0012fc3579756336943992c806d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
- same as https://src.fedoraproject.org/rpms/fparser/blob/f26/f/fparser.config.patch
diff -urN fpconfig.hh fpconfig.hh
--- fpconfig.hh 2012-11-11 09:25:15.000000000 +0100
+++ fpconfig.hh 2014-06-07 16:53:15.512151116 +0200
@@ -84,5 +84,5 @@
The second version requires that the compiler supports the alloca() function,
which is not standard, but is faster.
*/
-//#define FP_USE_THREAD_SAFE_EVAL
+#define FP_USE_THREAD_SAFE_EVAL
//#define FP_USE_THREAD_SAFE_EVAL_WITH_ALLOCA
|