]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/systime.h (hz): #undef to work around AIX build issue.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2019 06:40:32 +0000 (23:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2019 06:47:19 +0000 (23:47 -0700)
src/systime.h

index 125b2f1385e8a363776b1f0eb3339b24fbfb3d2c..2f783efcfcac48465d5dd50419c5add46bb5fbd9 100644 (file)
@@ -41,6 +41,8 @@ typedef unsigned long Time;
 #endif
 
 #include <sys/time.h>  /* for 'struct timeval' */
+
+#undef hz /* AIX <sys/param.h> #defines this.  */
 \f
 /* Emacs uses struct timespec to represent nonnegative temporal intervals.