aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index b97b132b0fe..c3202495daf 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3904,7 +3904,7 @@ static struct Lisp_Hash_Table *
3904allocate_hash_table (void) 3904allocate_hash_table (void)
3905{ 3905{
3906 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Hash_Table, 3906 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Hash_Table,
3907 count, PVEC_HASH_TABLE); 3907 index, PVEC_HASH_TABLE);
3908} 3908}
3909 3909
3910/* An upper bound on the size of a hash table index. It must fit in 3910/* An upper bound on the size of a hash table index. It must fit in