aboutsummaryrefslogtreecommitdiff
path: root/math/yacas/files/patch-src::obmalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/yacas/files/patch-src::obmalloc.cpp')
-rw-r--r--math/yacas/files/patch-src::obmalloc.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/yacas/files/patch-src::obmalloc.cpp b/math/yacas/files/patch-src::obmalloc.cpp
new file mode 100644
index 000000000000..d7a888c2ff71
--- /dev/null
+++ b/math/yacas/files/patch-src::obmalloc.cpp
@@ -0,0 +1,11 @@
+--- src/obmalloc.cpp 2002/11/24 17:48:08 1.5
++++ src/obmalloc.cpp 2004/07/03 19:32:15 1.6
+@@ -318,7 +318,7 @@
+ /*
+ * This malloc lock
+ */
+-SIMPLELOCK_DECL(_malloc_lock);
++SIMPLELOCK_DECL(_malloc_lock)
+ #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
+ #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
+ #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)