projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855e15d
)
; * src/sysdep.c: Fix mistake in previous commit
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 16 Apr 2022 10:16:45 +0000
(12:16 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 16 Apr 2022 10:16:45 +0000
(12:16 +0200)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index f6d7d3920bda7bad0707234fed508e6e5f5956a6..72be25f661041f575e4a45fa33b933aeac500089 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-4027,8
+4027,8
@@
system_process_attributes (Lisp_Object pid)
#elif defined DARWIN_OS
-#define HAVE_RUSAGE_INFO_CURRENT (MAC_OS_X_VERSION_MIN_REQUIRED >= 101000)
-#define HAVE_PROC_PIDINFO (MAC_OS_X_VERSION_MIN_REQUIRED >= 1050)
+#define HAVE_RUSAGE_INFO_CURRENT (
__
MAC_OS_X_VERSION_MIN_REQUIRED >= 101000)
+#define HAVE_PROC_PIDINFO (
__
MAC_OS_X_VERSION_MIN_REQUIRED >= 1050)
Lisp_Object
system_process_attributes (Lisp_Object pid)