Mercurial > emacs
changeset 60777:167aa6212e5a
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Mon, 21 Mar 2005 17:33:04 +0000 |
parents | 6c645e08a6bb |
children | f3fe2785106e |
files | src/s/openbsd.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/openbsd.h Mon Mar 21 17:12:58 2005 +0000 +++ b/src/s/openbsd.h Mon Mar 21 17:33:04 2005 +0000 @@ -3,6 +3,13 @@ /* Mostly the same as NetBSD. */ #include "netbsd.h" +/* This very-badly named symbol is conditionally defined in netbsd.h. + Better would be either to not need it in the first place, or to choose + a more descriptive name. */ +#ifndef LD_SWITCH_SYSTEM_tmp +#define LD_SWITCH_SYSTEM_tmp /* empty */ +#endif + /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this is necessary. Otherwise Emacs dumps core when run -nw. */ #undef LIBS_TERMCAP