1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(SCM_VALIDATE_THREAD): Moved to threads.h.

This commit is contained in:
Marius Vollmer 2002-12-02 01:00:50 +00:00
parent d823b11b10
commit 1d798a004a

View file

@ -380,8 +380,6 @@
obj, pos, FUNC_NAME); \
} while (0)
#define SCM_VALIDATE_THREAD(pos, a) SCM_MAKE_VALIDATE_MSG (pos, a, THREADP, "thread")
#define SCM_VALIDATE_THUNK(pos, thunk) \
do { \
SCM_ASSERT (!SCM_FALSEP (scm_thunk_p (thunk)), thunk, pos, FUNC_NAME); \