From a26ec131de46b70ed736ae85d4ec16f1c1b57b1d Mon Sep 17 00:00:00 2001 From: bryce Date: Sun, 2 Jan 2005 03:35:57 +0000 Subject: 2005-01-01 Bryce McKinlay * include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. 2005-01-01 Bryce McKinlay * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h and include/gc_ext_config.h. * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC. * include/gc.h: Undef PACKAGE_* before including gc_config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92801 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/boehm-gc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/include') diff --git a/libjava/include/boehm-gc.h b/libjava/include/boehm-gc.h index 61e007ff501..e7802b68035 100644 --- a/libjava/include/boehm-gc.h +++ b/libjava/include/boehm-gc.h @@ -26,7 +26,7 @@ extern "C" #include #include -#include +#include // for THREAD_LOCAL_ALLOC extern "C" void * GC_gcj_malloc(size_t, void *); extern "C" void * GC_malloc_atomic(size_t); -- cgit v1.2.3