From: Glenn Morris Date: Wed, 12 Sep 2007 07:09:37 +0000 (+0000) Subject: (C_ALLOCA): Remove references to this. X-Git-Tag: emacs-pretest-23.0.90~10959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99dfbaf1f0293783f76e728173dab4dd21b44e19;p=emacs.git (C_ALLOCA): Remove references to this. --- diff --git a/src/ChangeLog b/src/ChangeLog index dd70395e917..8d48f4b7b9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-09-12 Glenn Morris + * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this. + * Makefile.in (SOURCES, unlock, relock): Delete. 2007-09-11 Stefan Monnier diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 64ede365d0c..9f8d3cd7a86 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h @@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA. */ into ibms390.h. */ -/* The following line tells the configuration script what sort of +/* The following line tells the configuration script what sort of operating system this machine is likely to run. USUAL-OPSYS="" @@ -97,14 +97,10 @@ NOTE-END */ #define VIRT_ADDR_VARIES -/* Define C_ALLOCA if this machine does not support a true alloca - and the one written in C should be used instead. - Define HAVE_ALLOCA to say that the system provides a properly - working alloca function and it should be used. - Define neither one if an assembler-language alloca - in the file alloca.s should be used. */ +/* Define HAVE_ALLOCA to say that the system provides a properly + working alloca function and it should be used. Undefine it if an + assembler-language alloca in the file alloca.s should be used. */ -#undef C_ALLOCA #define HAVE_ALLOCA /* Define NO_REMAP if memory segmentation makes it not work well diff --git a/src/m/sh3el.h b/src/m/sh3el.h index eefcccea6de..77f6dc12c23 100644 --- a/src/m/sh3el.h +++ b/src/m/sh3el.h @@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The following line tells the configuration script what sort of +/* The following line tells the configuration script what sort of operating system this machine is likely to run. USUAL-OPSYS="" */ @@ -79,14 +79,11 @@ Boston, MA 02111-1307, USA. */ #define VIRT_ADDR_VARIES -/* Define C_ALLOCA if this machine does not support a true alloca - and the one written in C should be used instead. - Define HAVE_ALLOCA to say that the system provides a properly +/* Define HAVE_ALLOCA to say that the system provides a properly working alloca function and it should be used. - Define neither one if an assembler-language alloca + Undefine it if an assembler-language alloca in the file alloca.s should be used. */ -/* #define C_ALLOCA */ #define HAVE_ALLOCA /* Define NO_REMAP if memory segmentation makes it not work well