]> git.eshelyaron.com Git - emacs.git/commit
Port recently-added bitfields back to GCC
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jan 2025 08:16:28 +0000 (00:16 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 15:58:25 +0000 (16:58 +0100)
commitf6653615af6bd8d0b88fc4bd8915597fda5d88e5
tree961d3bb6b8701cdcb7f472d075a75051fab8eb81
parenta35e31ca350272d8ac7645e66f86e05575dc7c5e
Port recently-added bitfields back to GCC

* src/lisp.h (hash_table_std_test_t, hash_table_weakness_t):
Name these as enum tags as well as typedefs,
so that ENUM_BF works for them.

(cherry picked from commit f9be225501ce1ae53ec78136679de14ff093f46d)
src/lisp.h