1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/boehm-gc/files/patch-ac

17 lines
352 B
Plaintext
Raw Normal View History

--- 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
1998-04-20 11:53:28 +00:00
+# define TRUE true
+# define FALSE false
+# else
1998-04-20 11:53:28 +00:00
# define TRUE 1
# define FALSE 0
+# endif
typedef char * ptr_t; /* A generic pointer to which we can add */
/* byte displacements. */