chiark / gitweb /
configure.ac, lib/mem.c: Compatibility with older versions of libgc.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 31 Dec 2015 20:49:02 +0000 (20:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 31 Dec 2015 20:49:02 +0000 (20:49 +0000)
commit4265131b6b86aa50e1a932f63eca145e5f54be4e
tree88cdd6b3fd1975febf979c5f8244ef4926fff463
parentfe0268e12c5294997b666a720d14b0f56f4f09cd
configure.ac, lib/mem.c: Compatibility with older versions of libgc.

The `GC_get_all_interior_pointers()' function and its friends were
introduced after the libgc in Debian wheezy (which is quite impressive
seeing as they were added in 2009).  Make sure it's there; use the old
now-deprecated variable directly if it isn't.
configure.ac
lib/mem.c