* gprof.h: Undefine hz.
authorIan Lance Taylor <ian@airs.com>
Mon, 26 Apr 1993 19:59:24 +0000 (19:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 26 Apr 1993 19:59:24 +0000 (19:59 +0000)
gprof/ChangeLog
gprof/gprof.h

index ae0c7a506049e0b68750c863b6b029eabe6d6f04..f9138a7fdac86e977e2965f99209cf0eefc5635b 100644 (file)
@@ -1,6 +1,6 @@
 Mon Apr 26 12:37:46 1993  Ian Lance Taylor  (ian@cygnus.com)
 
-       * gprof.h: Include ansidecl.h before sysdep.h.
+       * gprof.h: Include ansidecl.h before sysdep.h.  Undefine hz.
 
 Tue Apr 13 16:14:03 1993  Per Bothner  (bothner@cygnus.com)
 
index 838f96023325cbacabbd0ca2f2fabd06513967d6..8431a9d921ad4f79f2686c4db7a5c04efb3ba00e 100644 (file)
@@ -24,6 +24,9 @@
 #include "bfd.h"
 #include "gmon.h"
 
+/* AIX defines hz as a macro.  */
+#undef hz
+
 #ifdef MACHINE_H
 #      include MACHINE_H
 #else
This page took 0.025337 seconds and 4 git commands to generate.