diff options
| author | Richard M. Stallman | 2003-07-13 18:00:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-13 18:00:24 +0000 |
| commit | 0c8b2afa5b1d6b5b3fedde4e7c100961cc714921 (patch) | |
| tree | d83428768ca56a0c3d92737e0d65ce5df8b6ad7c /src/s | |
| parent | 668c2ab06d896853b9faf5586689d3ac2c13c46d (diff) | |
| download | emacs-0c8b2afa5b1d6b5b3fedde4e7c100961cc714921.tar.gz emacs-0c8b2afa5b1d6b5b3fedde4e7c100961cc714921.zip | |
(START_FILES_1, END_FILES_1): Always define them.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/netbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |