summaryrefslogtreecommitdiff
path: root/devel/boehm-gc/files/patch-ac
blob: ae2d58ad5d813164baaa98336ca9ca9ecedc7fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gc_priv.h.orig	Mon Mar 22 11:44:53 1999
+++ gc_priv.h	Tue Jul 20 02:31:51 1999
@@ -50,8 +50,13 @@
 # endif
 
 typedef int GC_bool;
+# ifdef __cplusplus
+#	define TRUE true
+#	define FALSE false
+# else
 # define TRUE 1
 # define FALSE 0
+# endif
 
 typedef char * ptr_t;	/* A generic pointer to which we can add	*/
 			/* byte displacements.				*/