]> git.eshelyaron.com Git - emacs.git/commit
Remove dmpstruct.h
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Apr 2019 22:42:10 +0000 (15:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Apr 2019 22:43:34 +0000 (15:43 -0700)
commit44a39e3e761c0774cd1bb9360db7f49e1d66ec06
tree2538050092690dc2f06983101ae17f33f05b88df
parent85fbdf027dc03e606c7c4532162148891e41d786
Remove dmpstruct.h

The hassles of updating the dmpstruct.h-using code bit me again.
These updates are more trouble than they’re worth.  See:
https://lists.gnu.org/r/emacs-devel/2019-03/msg00122.html
As I’m the main person who’s made changes in this area since
dmpstruct.h was introduced, I’m the most motivated to clean up
the situation.
* make-dist (possibly_non_vc_files): Remove src/dmpstruct.h.
* src/Makefile.in (dmpstruct_headers, dmpstruct.h): Remove.
(pdumper.o): Do not depend on dmpstruct.h.
(mostlyclean): Do not remove dmpstruct.h.
* src/dmpstruct.awk: Remove.
* src/pdumper.c: Do not include dmpstruct.h.
(CHECK_STRUCTS): Remove.  All uses removed.
.gitignore
make-dist
src/Makefile.in
src/dmpstruct.awk [deleted file]
src/pdumper.c