(SCM_VALIDATE_THREAD): Moved to threads.h.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 2 Dec 2002 01:00:50 +0000 (01:00 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 2 Dec 2002 01:00:50 +0000 (01:00 +0000)
libguile/validate.h

index 7c77f04..7169627 100644 (file)
                 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); \