; * src/fns.c (Fmake_hash_table): Prefer 'double' to 'float'.
This commit is contained in:
parent
b36f8a4d35
commit
35acb3950f
1 changed files with 1 additions and 1 deletions
|
@ -4390,7 +4390,7 @@ usage: (make-hash-table &rest KEYWORD-ARGS) */)
|
|||
(ptrdiff_t nargs, Lisp_Object *args)
|
||||
{
|
||||
Lisp_Object test, size, rehash_size, weak;
|
||||
float rehash_threshold;
|
||||
double rehash_threshold;
|
||||
bool pure;
|
||||
struct hash_table_test testdesc;
|
||||
ptrdiff_t i;
|
||||
|
|
Loading…
Add table
Reference in a new issue