* gprof.h: Undefine hz.

This commit is contained in:
Ian Lance Taylor 1993-04-26 19:59:24 +00:00
parent 8739c727bd
commit 7508b715df
2 changed files with 4 additions and 1 deletions

View 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)

View 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