diff lwlib/lwlib.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 56c54cf7c5b6
children c7528f8e288d
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 09:00:04 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 09:02:59 2007 +0200
@@ -15,9 +15,8 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with XEmacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef NeXT
 #undef __STRICT_BSD__ /* ick */
@@ -36,7 +35,7 @@
 #define alloca __builtin_alloca
 #endif
 
-#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(_SEQUENT_)
+#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix)
 #include <alloca.h>
 #endif
 
@@ -1254,8 +1253,7 @@
 void
 lw_set_keyboard_focus (Widget parent, Widget w)
 {
-#if defined(NEED_MOTIF) && !defined(LESSTIF_VERSION)
-  /* This loses with Lesstif v0.75a */
+#ifdef NEED_MOTIF
   xm_set_keyboard_focus (parent, w);
 #else
   XtSetKeyboardFocus (parent, w);