diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index e1bbb53ad49..1a1ae0399be 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3652,7 +3652,7 @@ extern bool sweep_weak_table (struct Lisp_Hash_Table *, bool); | |||
| 3652 | extern void hexbuf_digest (char *, void const *, int); | 3652 | extern void hexbuf_digest (char *, void const *, int); |
| 3653 | extern char *extract_data_from_object (Lisp_Object, ptrdiff_t *, ptrdiff_t *); | 3653 | extern char *extract_data_from_object (Lisp_Object, ptrdiff_t *, ptrdiff_t *); |
| 3654 | EMACS_UINT hash_string (char const *, ptrdiff_t); | 3654 | EMACS_UINT hash_string (char const *, ptrdiff_t); |
| 3655 | EMACS_UINT sxhash (Lisp_Object, int); | 3655 | EMACS_UINT sxhash (Lisp_Object); |
| 3656 | Lisp_Object hashfn_eql (Lisp_Object, struct Lisp_Hash_Table *); | 3656 | Lisp_Object hashfn_eql (Lisp_Object, struct Lisp_Hash_Table *); |
| 3657 | Lisp_Object hashfn_equal (Lisp_Object, struct Lisp_Hash_Table *); | 3657 | Lisp_Object hashfn_equal (Lisp_Object, struct Lisp_Hash_Table *); |
| 3658 | Lisp_Object hashfn_user_defined (Lisp_Object, struct Lisp_Hash_Table *); | 3658 | Lisp_Object hashfn_user_defined (Lisp_Object, struct Lisp_Hash_Table *); |