diff options
| author | Dave Love | 2002-11-18 16:34:38 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-18 16:34:38 +0000 |
| commit | ca55a74c0bd8ff69ee6159d9339dacd9c8522ad8 (patch) | |
| tree | 6171e2f2b28b1f29540aa4bedc3ff041944bf83c /src | |
| parent | fd228b23c1b3889ed1f3d6e01eb3115ea21dfbcc (diff) | |
| download | emacs-ca55a74c0bd8ff69ee6159d9339dacd9c8522ad8.tar.gz emacs-ca55a74c0bd8ff69ee6159d9339dacd9c8522ad8.zip | |
Remove comments.
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 |