]> git.eshelyaron.com Git - emacs.git/commit
Rename TAG_PTR to TAG_PTR_INITIALLY
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jan 2024 08:15:38 +0000 (00:15 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:10:45 +0000 (21:10 +0100)
commitcd662ba8582b84402fe395443d4acba738f726c6
tree783701b4b6435a2e6d5c53eef988db3d1f3adeab
parentb3be64e56b0ffbd0f181201fc1c882dad2fb1c59
Rename TAG_PTR to TAG_PTR_INITIALLY

* src/lisp.h (TAG_PTR_INITIALLY): Rename from TAG_PTR, since calls
can be used only as initializers, and the convention elsewhere in
lisp.c is to give these macros names ending in ‘_INITIALLY’.
This should help avoid confusion such as we recently experienced
in make_lisp_symbol_internal.  All uses changed.

(cherry picked from commit a3d7092114db09fee392ccc8187fde03376f2089)
src/alloc.c
src/lisp.h