diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/powermac.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/m/powermac.h b/src/m/powermac.h index 0f54d18c839..f60e51963b0 100644 --- a/src/m/powermac.h +++ b/src/m/powermac.h | |||
| @@ -79,16 +79,6 @@ 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 | ||
| 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. | ||
| 86 | Define neither one if an assembler-language alloca | ||
| 87 | in the file alloca.s should be used. */ | ||
| 88 | |||
| 89 | /* #define C_ALLOCA */ | ||
| 90 | /* #define HAVE_ALLOCA */ | ||
| 91 | |||
| 92 | /* Define NO_REMAP if memory segmentation makes it not work well | 82 | /* Define NO_REMAP if memory segmentation makes it not work well |
| 93 | to change the boundary between the text section and data section | 83 | to change the boundary between the text section and data section |
| 94 | when Emacs is dumped. If you define this, the preloaded Lisp | 84 | when Emacs is dumped. If you define this, the preloaded Lisp |