aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-13 18:00:24 +0000
committerRichard M. Stallman2003-07-13 18:00:24 +0000
commit0c8b2afa5b1d6b5b3fedde4e7c100961cc714921 (patch)
treed83428768ca56a0c3d92737e0d65ce5df8b6ad7c /src
parent668c2ab06d896853b9faf5586689d3ac2c13c46d (diff)
downloademacs-0c8b2afa5b1d6b5b3fedde4e7c100961cc714921.tar.gz
emacs-0c8b2afa5b1d6b5b3fedde4e7c100961cc714921.zip
(START_FILES_1, END_FILES_1): Always define them.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/netbsd.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ba487f8892..63df36364ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-07-13 Richard M. Stallman <rms@gnu.org>
2
3 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
4
12003-07-13 Terje Rosten <terjeros@phys.ntnu.no> 52003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
2 6
3 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, 7 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index e5cba617ad3..c39ad8ed730 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -70,6 +70,9 @@
70#ifdef HAVE_CRTIN 70#ifdef HAVE_CRTIN
71#define START_FILES_1 /usr/lib/crti.o 71#define START_FILES_1 /usr/lib/crti.o
72#define END_FILES_1 /usr/lib/crtn.o 72#define END_FILES_1 /usr/lib/crtn.o
73#else
74#define START_FILES_1
75#define END_FILES_1
73#endif 76#endif
74 77
75#define HAVE_WAIT_HEADER 78#define HAVE_WAIT_HEADER