diff options
| author | Stefan Kangas | 2025-01-09 03:30:58 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-09 03:30:58 +0100 |
| commit | aa07e94439c663f768c32a689d14506d25a7a5bc (patch) | |
| tree | 20cf7d61e5bddb999639fd921f7733c3651d93d6 /src | |
| parent | f5345a149148f3804fcd58bcd26689c569cbd293 (diff) | |
| download | emacs-aa07e94439c663f768c32a689d14506d25a7a5bc.tar.gz emacs-aa07e94439c663f768c32a689d14506d25a7a5bc.zip | |
; Remove some references to deleted files
* admin/MAINTAINERS:
* admin/authors.el (authors-public-domain-files):
* admin/find-gc.el (find-gc-source-files):
* src/conf_post.h: Remove some references to deleted files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 3963fb9b878..390d502c927 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -155,7 +155,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 155 | 155 | ||
| 156 | #define emacs_raise(sig) msdos_fatal_signal (sig) | 156 | #define emacs_raise(sig) msdos_fatal_signal (sig) |
| 157 | 157 | ||
| 158 | /* DATA_START is needed by vm-limit.c and unexcoff.c. */ | 158 | /* DATA_START is needed by vm-limit.c. */ |
| 159 | #define DATA_START (&etext + 1) | 159 | #define DATA_START (&etext + 1) |
| 160 | #endif /* MSDOS */ | 160 | #endif /* MSDOS */ |
| 161 | 161 | ||