diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-01 23:15:51 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-01 23:15:51 +0000 |
commit | 9bc8642e1f366a35c305b9abe9e01bf934b584b9 (patch) | |
tree | 9c24ba1ebabff472b9caddbff07ef957dbf2c24c /boehm-gc/gc_alloc.h | |
parent | 79eaf784f16b0e8079d9dca062a0fc959d289d18 (diff) | |
download | gcc-9bc8642e1f366a35c305b9abe9e01bf934b584b9.tar.gz |
Merged GC 5.0alpha4 with local changes, plus:
* Makefile.in: Rebuilt.
* Makefile.am (gctest_LDADD): Added THREADLIB.
(TESTS): New macro.
* configure: Rebuilt.
* configure.in (INCLUDES): New subst.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gc_alloc.h')
-rw-r--r-- | boehm-gc/gc_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/gc_alloc.h b/boehm-gc/gc_alloc.h index 1d912db2f0b..1f1d54aff95 100644 --- a/boehm-gc/gc_alloc.h +++ b/boehm-gc/gc_alloc.h @@ -13,7 +13,7 @@ // // This is a C++ header file that is intended to replace the SGI STL -// alloc.h. +// alloc.h. This assumes SGI STL version < 3.0. // // This assumes the collector has been compiled with -DATOMIC_UNCOLLECTABLE // and -DALL_INTERIOR_POINTERS. We also recommend |