diff options
| author | Richard M. Stallman | 1993-08-13 08:44:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-13 08:44:21 +0000 |
| commit | 6a6eec7e2222c94734d7de5d266f6923488063f0 (patch) | |
| tree | 0aad32cd77a2a090bc2b3c2632c467aeaa0f0f27 /src | |
| parent | 235beb3226d2ef5cbac2ae3bcbea96937c488368 (diff) | |
| download | emacs-6a6eec7e2222c94734d7de5d266f6923488063f0.tar.gz emacs-6a6eec7e2222c94734d7de5d266f6923488063f0.zip | |
(C_ALLOCA): Don't define it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris4d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 06a5e57bd4c..3af653f5aca 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -106,7 +106,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 106 | Define neither one if an assembler-language alloca | 106 | Define neither one if an assembler-language alloca |
| 107 | in the file alloca.s should be used. */ | 107 | in the file alloca.s should be used. */ |
| 108 | 108 | ||
| 109 | #define C_ALLOCA | 109 | /* #define C_ALLOCA */ /* Sjoerd.Mullender@cwi.nl says no need. */ |
| 110 | /* #define HAVE_ALLOCA */ | 110 | /* #define HAVE_ALLOCA */ |
| 111 | 111 | ||
| 112 | /* Define NO_REMAP if memory segmentation makes it not work well | 112 | /* Define NO_REMAP if memory segmentation makes it not work well |