diff options
author | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-05-21 07:39:25 +0100 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-05-21 07:39:25 +0100 |
commit | abdbd4a8ec9540dca96531b9a99db1e011d6a4cc (patch) | |
tree | 5049e5152a8f83009f083e416b2049c79cdd67da /boehm-gc/include/gc_alloc.h | |
parent | f54d42879f9f2e50f38c703064db6e3d6e91a568 (diff) | |
download | gcc-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.h | 3 |
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" |