From 23beef9fba7996d6641cabaa74a0b684ebe411e3 Mon Sep 17 00:00:00 2001 From: bryce Date: Sat, 27 Nov 2004 17:44:31 +0000 Subject: [PATCH] 2004-11-27 Bryce McKinlay * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91387 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ include/gc_config.h.in | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f097c715..abdbe6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-27 Bryce McKinlay + + * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. + 2004-11-26 Bryce McKinlay Fix "PACKAGE_NAME redefined" errors. diff --git a/include/gc_config.h.in b/include/gc_config.h.in index c0f62482..e236c574 100644 --- a/include/gc_config.h.in +++ b/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 -- 2.40.0