diff options
| author | Jan Djärv | 2005-05-03 18:19:34 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-05-03 18:19:34 +0000 |
| commit | 3a3563e9d95b5552c4c18d3d64feb77f9e202f92 (patch) | |
| tree | 9b15ffee5018c9eff9ac07317f841f6c7bf28203 /src/mac.c | |
| parent | 9dd9ed204a94c9341a592e972f8e757989c809e6 (diff) | |
| download | emacs-3a3563e9d95b5552c4c18d3d64feb77f9e202f92.tar.gz emacs-3a3563e9d95b5552c4c18d3d64feb77f9e202f92.zip | |
* mac.c: #undef init_process so not to conflict with system headers.
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 27 | 27 | ||
| 28 | #include "lisp.h" | 28 | #include "lisp.h" |
| 29 | #include "process.h" | 29 | #include "process.h" |
| 30 | #undef init_process | ||
| 30 | #include "systime.h" | 31 | #include "systime.h" |
| 31 | #include "sysselect.h" | 32 | #include "sysselect.h" |
| 32 | #include "blockinput.h" | 33 | #include "blockinput.h" |