configure.in: Update boehm-gc include dir for new GC version.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Mon, 21 May 2001 08:37:04 +0000 (08:37 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 21 May 2001 08:37:04 +0000 (09:37 +0100)
commit1f4eb17d51fe16f433f6cd7a9769701ec73d847a
treebd1dc93ef26d4c2030de92c336aa13eeadcf42ee
parent9110a741e35c54e46c00662ddc420575376c5947
configure.in: Update boehm-gc include dir for new GC version.

* configure.in: Update boehm-gc include dir for new GC version.
* configure: Rebuilt.
* exception.cc: Only include <gc.h>. Remove TRUE/FALSE hacks and
extern "C" wrapper.
* boehm.cc: Update includes for new GC version. MAKE_PROC is now
GC_MAKE_PROC. mark_proc is now GC_mark_proc.
* posix-threads.cc: Only include <gc.h>. Don't need to wrap with
extern "C".

From-SVN: r42380
libjava/ChangeLog
libjava/boehm.cc
libjava/configure
libjava/configure.in
libjava/exception.cc
libjava/libltdl/ChangeLog
libjava/libltdl/configure
libjava/libltdl/configure.in
libjava/posix-threads.cc