=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/include/gc_alloc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/asir2000/gc/include/gc_alloc.h 2000/04/10 08:31:35 1.2 +++ OpenXM_contrib2/asir2000/gc/include/gc_alloc.h 2001/04/20 07:39:25 1.3 @@ -25,6 +25,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"