aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2025-01-09 03:30:58 +0100
committerStefan Kangas2025-01-09 03:30:58 +0100
commitaa07e94439c663f768c32a689d14506d25a7a5bc (patch)
tree20cf7d61e5bddb999639fd921f7733c3651d93d6 /src
parentf5345a149148f3804fcd58bcd26689c569cbd293 (diff)
downloademacs-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.h2
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