diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h index c1b91ad..0d8a549 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -51,7 +51,12 @@ char *whoami; * booleans */ typedef int bool; +/* These may already be defined on some systems. We could probably just + use the BFD versions of these, since BFD has already dealt with this + problem. */ +#undef FALSE #define FALSE 0 +#undef TRUE #define TRUE 1 /* |