=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/include/gc_alloc.h,v retrieving revision 1.1.1.1 retrieving revision 1.5 diff -u -p -r1.1.1.1 -r1.5 --- OpenXM_contrib2/asir2000/gc/include/gc_alloc.h 1999/12/03 07:39:10 1.1.1.1 +++ OpenXM_contrib2/asir2000/gc/include/gc_alloc.h 2002/07/24 08:00:17 1.5 @@ -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 @@ -24,6 +24,9 @@ // // This uses template classes with static members, and hence does not work // with g++ 2.7.2 and earlier. +// +// This code assumes that the collector itself has been compiled with a +// compiler that defines __STDC__ . // #include "gc.h"