+2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
+
2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.c (Fignore_event): Remove.
/* 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