summaryrefslogtreecommitdiff
path: root/pstack/bucomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pstack/bucomm.h')
-rw-r--r--pstack/bucomm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pstack/bucomm.h b/pstack/bucomm.h
index 7712a70f5a2..6b3633d8d63 100644
--- a/pstack/bucomm.h
+++ b/pstack/bucomm.h
@@ -50,6 +50,12 @@ void *alloca ();
# endif /* HAVE_ALLOCA_H */
#endif
+#ifndef BFD_TRUE_FALSE
+#define boolean bfd_boolean
+#define true TRUE
+#define false FALSE
+#endif
+
/* bucomm.c */
void bfd_nonfatal PARAMS ((CONST char *));