]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 21 Mar 2005 17:36:01 +0000 (17:36 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 21 Mar 2005 17:36:01 +0000 (17:36 +0000)
src/ChangeLog
src/s/openbsd.h

index 7b85f12f1b7a75175f50eaf3d1e31aa69638cc01..ffe7e872878d4219fd22d48047155b79786fa494 100644 (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.
index d3730324ce8f2b28bebf6244fbf3673334ecf882..39e48da39a786755301f134987aa373dd3105b6c 100644 (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