aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-12-17 21:39:26 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-12-17 21:39:26 +0000
commit334d0f46d763150b668f5a97e8f0011aacf63100 (patch)
treea0ba426d39019fac0ef17b8348a6ec492c8764a0 /devel/boehm-gc
parent84cb5ac543c9862737ac9590cde54e8707b62f5d (diff)
Notes
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/pkg-descr6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/boehm-gc/pkg-descr b/devel/boehm-gc/pkg-descr
index 45c3b6fb87f6..d7c0c854196e 100644
--- a/devel/boehm-gc/pkg-descr
+++ b/devel/boehm-gc/pkg-descr
@@ -7,12 +7,6 @@ no longer has pointers to. As a result, garbage collectors can also
inform you of memory leaks (if they find memory they can free, it means
you have lost all of your pointers to it, but you didn't free it).
-This package has two libraries and some include files:
-libgc.a - a garbage collection library, replaces malloc/free/new/delete/etc
- with versions that do automatic garbage collection
-libleak.a - a leak detection library, which is just libgc.a compiled with
- different switches.
-
C programs may be linked against either of these, and should run (with
GC or leak detection) without change. C++ programs must include a header
to use garbage collection, though leak detection should work without