mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
(scm_tc16_hashtable): Added "extern" declaration.
This commit is contained in:
parent
6dc1cd1eec
commit
cdc5f67652
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
#define SCM_HASHTABLEF_WEAK_CAR SCM_WVECTF_WEAK_KEY
|
#define SCM_HASHTABLEF_WEAK_CAR SCM_WVECTF_WEAK_KEY
|
||||||
#define SCM_HASHTABLEF_WEAK_CDR SCM_WVECTF_WEAK_VALUE
|
#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_HASHTABLE_P(x) SCM_TYP16_PREDICATE (scm_tc16_hashtable, x)
|
||||||
#define SCM_VALIDATE_HASHTABLE(pos, arg) \
|
#define SCM_VALIDATE_HASHTABLE(pos, arg) \
|
||||||
SCM_MAKE_VALIDATE_MSG (pos, arg, HASHTABLE_P, "hash-table")
|
SCM_MAKE_VALIDATE_MSG (pos, arg, HASHTABLE_P, "hash-table")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue