summaryrefslogtreecommitdiff
path: root/boehm-gc/include/gc_alloc.h
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@gcc.gnu.org>2001-05-21 07:39:25 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2001-05-21 07:39:25 +0100
commitabdbd4a8ec9540dca96531b9a99db1e011d6a4cc (patch)
tree5049e5152a8f83009f083e416b2049c79cdd67da /boehm-gc/include/gc_alloc.h
parentf54d42879f9f2e50f38c703064db6e3d6e91a568 (diff)
downloadgcc-abdbd4a8ec9540dca96531b9a99db1e011d6a4cc.tar.gz
This commit was generated by cvs2svn to compensate for changes in r42373,
which included commits to RCS files with non-trunk default branches. From-SVN: r42374
Diffstat (limited to 'boehm-gc/include/gc_alloc.h')
-rw-r--r--boehm-gc/include/gc_alloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/include/gc_alloc.h b/boehm-gc/include/gc_alloc.h
index 1f1d54aff95..c50a7589646 100644
--- a/boehm-gc/include/gc_alloc.h
+++ b/boehm-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"