diff options
| author | Glenn Morris | 2012-07-12 19:56:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 19:56:39 -0400 |
| commit | b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb (patch) | |
| tree | b2ceffaf072612d2e1121a680c8f381148761646 /src/s | |
| parent | ba9e4b84ac8322e84cd0cc1c5fe6d5d8a8453ff5 (diff) | |
| download | emacs-b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb.tar.gz emacs-b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb.zip | |
Rename init_process rather than working around it on Darwin
The old name is also the name of a Mach system call.
* src/process.c (init_process_emacs): Rename from init_process.
* src/lisp.h, src/emacs.c: Update for this name change.
* src/nsgui.h, src/sysselect.h, src/s/darwin.h:
Remove workaround that is no longer needed.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index c853f9d94f0..48f6f583d1e 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -34,10 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | for process-connection-type dependent on the kernel version. */ | 34 | for process-connection-type dependent on the kernel version. */ |
| 35 | #define MIN_PTY_KERNEL_VERSION '7' | 35 | #define MIN_PTY_KERNEL_VERSION '7' |
| 36 | 36 | ||
| 37 | /* Avoid the use of the name init_process (process.c) because it is | ||
| 38 | also the name of a Mach system call. */ | ||
| 39 | #define init_process emacs_init_process | ||
| 40 | |||
| 41 | /* Definitions for how to compile & link. */ | 37 | /* Definitions for how to compile & link. */ |
| 42 | #ifdef HAVE_NS | 38 | #ifdef HAVE_NS |
| 43 | #define SYSTEM_PURESIZE_EXTRA 200000 | 39 | #define SYSTEM_PURESIZE_EXTRA 200000 |