mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
* src/fns.c: Note that gc-handles.c depends on hash-table internals
This commit is contained in:
parent
3f8a0e4e8e
commit
b5dda06051
1 changed files with 7 additions and 0 deletions
|
|
@ -4596,6 +4596,13 @@ base64_decode_1 (const char *from, char *to, ptrdiff_t length,
|
|||
key_and_value vector of the hash table. This could be done
|
||||
if a `:linear-search t' argument is given to make-hash-table. */
|
||||
|
||||
/* Caution: When changing to the internals of hash-tables, keep in mind
|
||||
that some other code depends on details of the current
|
||||
implementation. E.g. the following files use HASH_KEY directly:
|
||||
|
||||
- gc-handles.c
|
||||
- charset.c
|
||||
- bytecode.c */
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue