]> git.eshelyaron.com Git - emacs.git/commit
Simplify etags.c by omitting a macro
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:12 +0000 (01:20 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:29:26 +0000 (18:29 +0200)
commita63b1b2f6a33da1aa2743607e00728c5f582caae
tree040c9686b0b7a4f34ab6486a2cd6d0985c4ba43c
parent9fd613dc97f9ecb3a31f1db8d5627b06930cf738
Simplify etags.c by omitting a macro

* lib-src/etags.c (xnew): Remove.  All uses removed.
xnew was confusing, as sometimes it was used with n=1,
sometimes with Type=char, and it’s easier just to use xmalloc
or xnmalloc.

(cherry picked from commit de59c02c685189413c7c5a136224d10152dc8a61)
lib-src/etags.c