[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 22213f0: * src/systime.h (hz): #undef to work aroun
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 22213f0: * src/systime.h (hz): #undef to work around AIX build issue. |
Date: |
Wed, 4 Sep 2019 02:47:25 -0400 (EDT) |
branch: master
commit 22213f00527d96355e1e3d8a4c9bc37b1fffb0f0
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
* src/systime.h (hz): #undef to work around AIX build issue.
---
src/systime.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/systime.h b/src/systime.h
index 125b2f1..2f783ef 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -41,6 +41,8 @@ typedef unsigned long Time;
#endif
#include <sys/time.h> /* for 'struct timeval' */
+
+#undef hz /* AIX <sys/param.h> #defines this. */
/* Emacs uses struct timespec to represent nonnegative temporal intervals.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 22213f0: * src/systime.h (hz): #undef to work around AIX build issue.,
Paul Eggert <=