diff options
| author | Richard M. Stallman | 1994-09-23 18:35:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-23 18:35:32 +0000 |
| commit | 7e39868d560f459372df31a59a293a15a8b419e3 (patch) | |
| tree | 1e9f800ca24ece853176d75bc5926aa2cd5f390a /src | |
| parent | f3cc1007825457569cda28b4b01c03ed967cc16a (diff) | |
| download | emacs-7e39868d560f459372df31a59a293a15a8b419e3.tar.gz emacs-7e39868d560f459372df31a59a293a15a8b419e3.zip | |
(PURESIZE): Definition deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/acorn.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m/acorn.h b/src/m/acorn.h index fdb22ecdc70..bd4c7ae4c7a 100644 --- a/src/m/acorn.h +++ b/src/m/acorn.h | |||
| @@ -192,9 +192,6 @@ extern int _edata; | |||
| 192 | /* Use <dirent.h>. */ | 192 | /* Use <dirent.h>. */ |
| 193 | #define SYSV_SYSTEM_DIR | 193 | #define SYSV_SYSTEM_DIR |
| 194 | 194 | ||
| 195 | /* PURESIZE needs to be slightly bigger on the Arm */ | ||
| 196 | #define PURESIZE 260000 | ||
| 197 | |||
| 198 | /* For the portable alloca */ | 195 | /* For the portable alloca */ |
| 199 | #define STACK_DIRECTION -1 | 196 | #define STACK_DIRECTION -1 |
| 200 | 197 | ||