diff options
| author | Glenn Morris | 2012-07-12 20:00:23 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 20:00:23 -0400 |
| commit | 4fae5a7a911b82e4d1c49810650fb6b488cb5a9e (patch) | |
| tree | 5f6ff2e913939dae99951032a007cf50917d0f33 /src | |
| parent | b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb (diff) | |
| download | emacs-4fae5a7a911b82e4d1c49810650fb6b488cb5a9e.tar.gz emacs-4fae5a7a911b82e4d1c49810650fb6b488cb5a9e.zip | |
Move darwin.h's SYSTEM_PURESIZE_EXTRA setting to configure
* configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
setting here from src/s/darwin.h.
* src/s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/s/darwin.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8383cf17b03..7e75fd0ae70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure. | ||
| 3 | 4 | ||
| 4 | * process.c (init_process_emacs): Rename from init_process. | 5 | * process.c (init_process_emacs): Rename from init_process. |
| 5 | The old name is also the name of a Mach system call. | 6 | The old name is also the name of a Mach system call. |
diff --git a/src/s/darwin.h b/src/s/darwin.h index 48f6f583d1e..9245a1b76d6 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -35,10 +35,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 35 | #define MIN_PTY_KERNEL_VERSION '7' | 35 | #define MIN_PTY_KERNEL_VERSION '7' |
| 36 | 36 | ||
| 37 | /* Definitions for how to compile & link. */ | 37 | /* Definitions for how to compile & link. */ |
| 38 | #ifdef HAVE_NS | ||
| 39 | #define SYSTEM_PURESIZE_EXTRA 200000 | ||
| 40 | #endif | ||
| 41 | |||
| 42 | #ifdef emacs | 38 | #ifdef emacs |
| 43 | #define malloc unexec_malloc | 39 | #define malloc unexec_malloc |
| 44 | #define realloc unexec_realloc | 40 | #define realloc unexec_realloc |