]> git.eshelyaron.com Git - emacs.git/commit
Remove BASE2_EQ
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Feb 2024 17:54:51 +0000 (09:54 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Feb 2024 08:15:29 +0000 (09:15 +0100)
commite15f3c19dd11ba64d79577063a1990de8d6cb91d
tree490de4ba48f8221b7efe0d9327fe44d13c8a82f4
parent82c440b71b2b3e3d2f26cac9336bede26109ea0d
Remove BASE2_EQ

* src/lisp.h (lisp_h_BASE2_EQ, BASE2_EQ): Remove.  All uses
removed.  BASE2_EQ was present only for minor optimization and
with current gcc -O2, BASE2_EQ does not affect performance, so
it’s not worth the hassle.

(cherry picked from commit efdcd7b8f78ef22c0213ea770a552fb69b789381)
src/lisp.h
src/lread.c
src/timefns.c