diff options
| author | Paul Eggert | 2019-04-09 15:42:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-04-09 15:43:34 -0700 |
| commit | 44a39e3e761c0774cd1bb9360db7f49e1d66ec06 (patch) | |
| tree | 2538050092690dc2f06983101ae17f33f05b88df /make-dist | |
| parent | 85fbdf027dc03e606c7c4532162148891e41d786 (diff) | |
| download | emacs-44a39e3e761c0774cd1bb9360db7f49e1d66ec06.tar.gz emacs-44a39e3e761c0774cd1bb9360db7f49e1d66ec06.zip | |
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.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -366,7 +366,7 @@ possibly_non_vc_files=" | |||
| 366 | $top_level_ChangeLog | 366 | $top_level_ChangeLog |
| 367 | MANIFEST aclocal.m4 configure | 367 | MANIFEST aclocal.m4 configure |
| 368 | admin/charsets/jisx2131-filter | 368 | admin/charsets/jisx2131-filter |
| 369 | src/config.in src/dmpstruct.h src/emacs-module.h | 369 | src/config.in src/emacs-module.h |
| 370 | src/fingerprint.c | 370 | src/fingerprint.c |
| 371 | "$( | 371 | "$( |
| 372 | find admin doc etc lisp \ | 372 | find admin doc etc lisp \ |