* gprof.h: Undefine hz.
This commit is contained in:
parent
8739c727bd
commit
7508b715df
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue