]> git.eshelyaron.com Git - emacs.git/commit
Change hash_idx_t to int32_t on all platforms
authorMattias EngdegÄrd <mattiase@acm.org>
Tue, 21 Nov 2023 18:26:23 +0000 (19:26 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 15:15:45 +0000 (16:15 +0100)
commitfad8fb2264c6263a18ff115d31cce3fbde7159a7
treeb3df524f1b6b920f2e93e71f2951bdce87aa948a
parent14622b2d4ba7b13326305eff68080a2a34d3e5eb
Change hash_idx_t to int32_t on all platforms

* src/lisp.h (hash_idx_t): Change to int32_t.
* src/fns.c (hash_index_size): Adapt to new index type.

(cherry picked from commit 68f8bc3111424527205ebfe4498e5bebf50f50bf)
src/fns.c
src/lisp.h