]> git.eshelyaron.com Git - emacs.git/commit
Delete duplicate 'min' macro
authorStefan Kangas <stefankangas@gmail.com>
Sun, 19 Jan 2025 16:15:20 +0000 (17:15 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 18:51:27 +0000 (19:51 +0100)
commitc2cecafb488c1b13a0622c3af90fea8bddb8c7b8
treeb8de9de6027ede8ade34c4bfb008100f858f8846
parent4de99a6583b7eb4aab2cf9c82fb8243eb6a18588
Delete duplicate 'min' macro

* src/gmalloc.c (min): Delete duplicate macro.  We import lisp.h
unconditionally, so it is always defined here.

(cherry picked from commit f3b57fa519797df13f2e0ed9ebb097c37f5d71ce)
src/gmalloc.c