mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
51027369ac
commit
d4edf85f2b
|
|
@ -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>
|
2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
Fix "PACKAGE_NAME redefined" errors.
|
Fix "PACKAGE_NAME redefined" errors.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
#undef ALL_INTERIOR_POINTERS
|
/* gc_config.h. This autoconf header contains macro definitions that are
|
||||||
#undef GC_GCJ_SUPPORT
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue