aboutsummaryrefslogtreecommitdiffstats
path: root/gc/include/gc_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gc/include/gc_alloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gc/include/gc_alloc.h b/gc/include/gc_alloc.h
index 1f1d54a..c50a758 100644
--- a/gc/include/gc_alloc.h
+++ b/gc/include/gc_alloc.h
@@ -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"