1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

(scm_tc16_hashtable): Added "extern" declaration.

This commit is contained in:
Marius Vollmer 2003-09-12 15:11:59 +00:00
parent 6dc1cd1eec
commit cdc5f67652

View file

@ -31,6 +31,8 @@
#define SCM_HASHTABLEF_WEAK_CAR SCM_WVECTF_WEAK_KEY
#define SCM_HASHTABLEF_WEAK_CDR SCM_WVECTF_WEAK_VALUE
extern scm_t_bits scm_tc16_hashtable;
#define SCM_HASHTABLE_P(x) SCM_TYP16_PREDICATE (scm_tc16_hashtable, x)
#define SCM_VALIDATE_HASHTABLE(pos, arg) \
SCM_MAKE_VALIDATE_MSG (pos, arg, HASHTABLE_P, "hash-table")