projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afeb6e
)
(TRUE, FALSE): Always use undef before defining them.
author
Ken Raeburn
<raeburn@cygnus>
Thu, 5 May 1994 23:24:57 +0000
(23:24 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 5 May 1994 23:24:57 +0000
(23:24 +0000)
gprof/gprof.h
patch
|
blob
|
history
diff --git
a/gprof/gprof.h
b/gprof/gprof.h
index c1b91ad355ccfbc7e08d7b483058c66794615354..0d8a5497e3fca553d6c661d84f41327243c6552d 100644
(file)
--- 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
/*