mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
(SCM_VALIDATE_THREAD): Moved to threads.h.
This commit is contained in:
parent
d823b11b10
commit
1d798a004a
1 changed files with 0 additions and 2 deletions
|
@ -380,8 +380,6 @@
|
||||||
obj, pos, FUNC_NAME); \
|
obj, pos, FUNC_NAME); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define SCM_VALIDATE_THREAD(pos, a) SCM_MAKE_VALIDATE_MSG (pos, a, THREADP, "thread")
|
|
||||||
|
|
||||||
#define SCM_VALIDATE_THUNK(pos, thunk) \
|
#define SCM_VALIDATE_THUNK(pos, thunk) \
|
||||||
do { \
|
do { \
|
||||||
SCM_ASSERT (!SCM_FALSEP (scm_thunk_p (thunk)), thunk, pos, FUNC_NAME); \
|
SCM_ASSERT (!SCM_FALSEP (scm_thunk_p (thunk)), thunk, pos, FUNC_NAME); \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue