`lt_dlmutex_geterror_func' is set instead of
`lt_dlmutex_seterror_func'.
+2006-01-02 Alexis Wilke <alexis_wilke@yahoo.com>
+
+ * libltdl/ltdl.c (LT_DLMUTEX_GETERROR): check if
+ `lt_dlmutex_geterror_func' is set instead of
+ `lt_dlmutex_seterror_func'.
+
2005-12-20 Eric Blake <ebb9@byu.net>
* README-alpha: Another instance of anon cvs location.
(*lt_dlmutex_seterror_func) (errormsg); \
else lt_dllast_error = (errormsg); } LT_STMT_END
#define LT_DLMUTEX_GETERROR(errormsg) LT_STMT_START { \
- if (lt_dlmutex_seterror_func) \
+ if (lt_dlmutex_geterror_func) \
(errormsg) = (*lt_dlmutex_geterror_func) (); \
else (errormsg) = lt_dllast_error; } LT_STMT_END