From: Thien-Thi Nguyen Date: Mon, 21 Mar 2005 17:36:01 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM_tmp): Define if undefined. X-Git-Tag: ttn-vms-21-2-B4~1665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32b939ead529324d6c5627fd24471b4e6efe88c5;p=emacs.git (LD_SWITCH_SYSTEM_tmp): Define if undefined. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7b85f12f1b7..ffe7e872878 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-03-21 Thien-Thi Nguyen + + * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined. + 2005-03-19 Stefan Monnier * frame.c (Fignore_event): Remove. 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 says this is necessary. Otherwise Emacs dumps core when run -nw. */ #undef LIBS_TERMCAP