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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 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. |