emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/openbsd.h


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/s/openbsd.h
Date: Mon, 21 Mar 2005 12:33:07 -0500

Index: emacs/src/s/openbsd.h
diff -c emacs/src/s/openbsd.h:1.5 emacs/src/s/openbsd.h:1.6
*** emacs/src/s/openbsd.h:1.5   Mon Sep  1 15:45:58 2003
--- emacs/src/s/openbsd.h       Mon Mar 21 17:33:04 2005
***************
*** 3,8 ****
--- 3,15 ----
  /* 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 <address@hidden> says this
      is necessary.  Otherwise Emacs dumps core when run -nw.  */
  #undef LIBS_TERMCAP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]