From d4edf85f2bb44531dcefc493ee6c22011b64ed32 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay <mckinlay@redhat.com> Date: Sat, 27 Nov 2004 17:44:31 +0000 Subject: [PATCH] gc_config.h.in: Add comment. 2004-11-27 Bryce McKinlay <mckinlay@redhat.com> * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. From-SVN: r91387 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/include/gc_config.h.in | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index f097c7150269..abdbe6b7127a 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-27 Bryce McKinlay <mckinlay@redhat.com> + + * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. + 2004-11-26 Bryce McKinlay <mckinlay@redhat.com> Fix "PACKAGE_NAME redefined" errors. diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in index c0f62482b5d7..e236c5745bae 100644 --- a/boehm-gc/include/gc_config.h.in +++ b/boehm-gc/include/gc_config.h.in @@ -1,3 +1,7 @@ -#undef ALL_INTERIOR_POINTERS -#undef GC_GCJ_SUPPORT +/* gc_config.h. This autoconf header contains macro definitions that are +used by GC clients, such as libjava. +This file is not generated by autoheader. We only want to define what we +really need in order to avoid namespace pollution. */ + +#undef THREAD_LOCAL_ALLOC -- GitLab