(LD_SWITCH_SYSTEM_tmp): Define if undefined.

This commit is contained in:
Thien-Thi Nguyen 2005-03-21 17:36:01 +00:00
parent 077f708503
commit 32b939ead5
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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