diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-12-02 01:00:50 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-12-02 01:00:50 +0000 |
commit | 1d798a004a445d057faff95a01f81b4963fe56f8 (patch) | |
tree | 34b82c6df5b210543295b695f8dba0ae15909ac2 /libguile | |
parent | d823b11b1048bb57226043c700b2bd9cde3e9c80 (diff) | |
download | guile-1d798a004a445d057faff95a01f81b4963fe56f8.tar.gz |
(SCM_VALIDATE_THREAD): Moved to threads.h.
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/validate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/validate.h b/libguile/validate.h index 7c77f0496..7169627bf 100644 --- a/libguile/validate.h +++ b/libguile/validate.h @@ -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); \ |