diff options
| author | Glenn Morris | 2007-09-12 07:09:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-12 07:09:37 +0000 |
| commit | 99dfbaf1f0293783f76e728173dab4dd21b44e19 (patch) | |
| tree | 910b64da9b98b5072ae825b11e0513ce0c624cbb /src | |
| parent | 611adb3ecb7e94013b138c647feaf016561c286e (diff) | |
| download | emacs-99dfbaf1f0293783f76e728173dab4dd21b44e19.tar.gz emacs-99dfbaf1f0293783f76e728173dab4dd21b44e19.zip | |
(C_ALLOCA): Remove references to this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/m/ibms390x.h | 12 | ||||
| -rw-r--r-- | src/m/sh3el.h | 9 |
3 files changed, 9 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dd70395e917..8d48f4b7b9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-09-12 Glenn Morris <rgm@gnu.org> | 1 | 2007-09-12 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this. | ||
| 4 | |||
| 3 | * Makefile.in (SOURCES, unlock, relock): Delete. | 5 | * Makefile.in (SOURCES, unlock, relock): Delete. |
| 4 | 6 | ||
| 5 | 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
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. */ | |||
| 22 | into ibms390.h. */ | 22 | into ibms390.h. */ |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | /* The following line tells the configuration script what sort of | 25 | /* The following line tells the configuration script what sort of |
| 26 | operating system this machine is likely to run. | 26 | operating system this machine is likely to run. |
| 27 | USUAL-OPSYS="<name of system .h file here, without the s- or .h>" | 27 | USUAL-OPSYS="<name of system .h file here, without the s- or .h>" |
| 28 | 28 | ||
| @@ -97,14 +97,10 @@ NOTE-END */ | |||
| 97 | 97 | ||
| 98 | #define VIRT_ADDR_VARIES | 98 | #define VIRT_ADDR_VARIES |
| 99 | 99 | ||
| 100 | /* Define C_ALLOCA if this machine does not support a true alloca | 100 | /* Define HAVE_ALLOCA to say that the system provides a properly |
| 101 | and the one written in C should be used instead. | 101 | working alloca function and it should be used. Undefine it if an |
| 102 | Define HAVE_ALLOCA to say that the system provides a properly | 102 | assembler-language alloca in the file alloca.s should be used. */ |
| 103 | working alloca function and it should be used. | ||
| 104 | Define neither one if an assembler-language alloca | ||
| 105 | in the file alloca.s should be used. */ | ||
| 106 | 103 | ||
| 107 | #undef C_ALLOCA | ||
| 108 | #define HAVE_ALLOCA | 104 | #define HAVE_ALLOCA |
| 109 | 105 | ||
| 110 | /* Define NO_REMAP if memory segmentation makes it not work well | 106 | /* 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, | |||
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02111-1307, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* The following line tells the configuration script what sort of | 22 | /* The following line tells the configuration script what sort of |
| 23 | operating system this machine is likely to run. | 23 | operating system this machine is likely to run. |
| 24 | USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ | 24 | USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ |
| 25 | 25 | ||
| @@ -79,14 +79,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 79 | 79 | ||
| 80 | #define VIRT_ADDR_VARIES | 80 | #define VIRT_ADDR_VARIES |
| 81 | 81 | ||
| 82 | /* Define C_ALLOCA if this machine does not support a true alloca | 82 | /* Define HAVE_ALLOCA to say that the system provides a properly |
| 83 | and the one written in C should be used instead. | ||
| 84 | Define HAVE_ALLOCA to say that the system provides a properly | ||
| 85 | working alloca function and it should be used. | 83 | working alloca function and it should be used. |
| 86 | Define neither one if an assembler-language alloca | 84 | Undefine it if an assembler-language alloca |
| 87 | in the file alloca.s should be used. */ | 85 | in the file alloca.s should be used. */ |
| 88 | 86 | ||
| 89 | /* #define C_ALLOCA */ | ||
| 90 | #define HAVE_ALLOCA | 87 | #define HAVE_ALLOCA |
| 91 | 88 | ||
| 92 | /* Define NO_REMAP if memory segmentation makes it not work well | 89 | /* Define NO_REMAP if memory segmentation makes it not work well |