mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Remove unused macro definitions.
This commit is contained in:
parent
1b98007713
commit
2501807b2d
1 changed files with 0 additions and 3 deletions
|
|
@ -270,9 +270,6 @@ extern void cl_write_object(cl_object x, cl_object stream);
|
|||
# define pthread_mutex_unlock(x) (ReleaseMutex(*(HANDLE*)(x)) == 0)
|
||||
# else
|
||||
# include <pthread.h>
|
||||
# if defined(__APPLE__) || defined(freebsd)
|
||||
# define PTHREAD_MUTEX_ERROR_CHECK_NP PTHREAD_MUTEX_ERROR_CHECK_NP
|
||||
# endif
|
||||
# endif
|
||||
# define HASH_TABLE_LOCK(h) if ((h)->hash.lockable) if (pthread_mutex_lock(&(h)->hash.lock)) ecl_internal_error("")
|
||||
# define PACKAGE_LOCK(p) if (pthread_mutex_lock(&(p)->pack.lock)) ecl_internal_error("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue