]> git.eshelyaron.com Git - emacs.git/commit
Replace PVEC_FONT as pseudo-vector subtype upper bound
authorMattias Engdegård <mattiase@acm.org>
Sun, 10 Sep 2023 11:24:57 +0000 (13:24 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 10 Sep 2023 12:00:19 +0000 (14:00 +0200)
commit90b8762ac84b75e0365aead585752a0a8f682b05
tree08d46b7e47a7299cd6430c2c7f8f59455c92f9c2
parent2f8204f5c392b65ec2aeef9057ba79808d08cc21
Replace PVEC_FONT as pseudo-vector subtype upper bound

* src/lisp.h (enum pvec_type): Add PVEC_TAG_MAX.
* src/alloc.c (allocate_pseudovector): Use PVEC_TAG_MAX instead of
PVEC_FONT.
src/alloc.c
src/lisp.h