]> git.eshelyaron.com Git - emacs.git/commit
Shorten pointer printing code using a small helper function.
authorPhilipp Stephani <phst@google.com>
Sun, 5 Jan 2020 16:04:17 +0000 (17:04 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 5 Jan 2020 16:12:27 +0000 (17:12 +0100)
commit26fde487cb3740cdc678e76c62f1320d47b4d6f5
treebc3a5e9d7714faeef95134291bcbde9236486051
parentfc92c2d8942cf466aa6dbc422f2e798801b18408
Shorten pointer printing code using a small helper function.

* src/print.c (print_pointer): New helper function.
(print_vectorlike): Use it.
src/print.c