diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-21 17:36:01 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-21 17:36:01 +0000 |
commit | 32b939ead529324d6c5627fd24471b4e6efe88c5 (patch) | |
tree | 6c4667d21f373de6487449d412398adf8956d70c /src/s/openbsd.h | |
parent | 077f708503607474b08532510982c4f4aa36ec26 (diff) | |
download | emacs-32b939ead529324d6c5627fd24471b4e6efe88c5.tar.gz |
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
Diffstat (limited to 'src/s/openbsd.h')
-rw-r--r-- | src/s/openbsd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d3730324ce8..39e48da39a7 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h @@ -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 |