From xemacs-m  Mon Apr 21 13:17:07 1997
Received: from gateway.sequent.com (gateway.sequent.com [138.95.18.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA26088
	for <xemacs-beta@xemacs.org>; Mon, 21 Apr 1997 13:17:06 -0500 (CDT)
Received: from eng4.sequent.com (eng4.sequent.com [138.95.7.64]) by gateway.sequent.com (8.6.13/8.6.9) with ESMTP id LAA08773 for <xemacs-beta@xemacs.org>; Mon, 21 Apr 1997 11:16:36 -0700
Received: from localhost (nuspl@localhost) by eng4.sequent.com (8.6.13/8.6.9) with SMTP id LAA21155 for <xemacs-beta@xemacs.org>; Mon, 21 Apr 1997 11:16:36 -0700
Message-Id: <199704211816.LAA21155@eng4.sequent.com>
X-Authentication-Warning: eng4.sequent.com: Host localhost didn't use HELO protocol
To: xemacs-beta@xemacs.org
Subject: 20.2-b1 patch#1
Date: Mon, 21 Apr 97 11:16:35 PDT
From: Joe Nuspl <nuspl@sequent.com>


*** /tmp/,RCSt1a20635   Mon Apr 21 11:15:00 1997
--- lwlib/lwlib.c       Mon Apr 21 10:27:32 1997
***************
*** 36,42
  #define alloca __builtin_alloca
  #endif
  
! #if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT)
  #include <alloca.h>
  #endif
  

--- 36,42 -----
  #define alloca __builtin_alloca
  #endif
  
! #if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT) && !defined(_SEQUENT_)
  #include <alloca.h>
  #endif
  

