From b5dda060517bec846e0f92c9ad33707699e509f8 Mon Sep 17 00:00:00 2001 From: Helmut Eller Date: Sun, 15 Mar 2026 19:02:58 +0100 Subject: [PATCH] * src/fns.c: Note that gc-handles.c depends on hash-table internals --- src/fns.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/fns.c b/src/fns.c index c559ca2dd99..549fc446605 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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 */ /***********************************************************************