Files
mercury/boehm_gc/gc_cpp.cpp
Fergus Henderson d69ac8f140 Import version 6.1alpha5 of the Boehm collector,
Estimated hours taken: 0.5
Branches: gc

Import version 6.1alpha5 of the Boehm collector,
using the following commands:

	zcat gc6.1alpha5.tar.gz | tar -xvf -
	cd gc6.1alpha5
	cvs import -I \! mercury/boehm_gc gc gc_6_1alpha5
2002-07-25 05:27:53 +00:00

3 lines
75 B
C++

// Visual C++ seems to prefer a .cpp extension to .cc
#include "gc_cpp.cc"