Commit 8fbe2d95 by Bryce McKinlay Committed by Bryce McKinlay

posix-threads.cc: Don't include boehm-config.h.

1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

        * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
        instead.

From-SVN: r30365
parent 765de7ea
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Don't include boehm-config.h.
* posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
instead.
1999-11-02 Tom Tromey <tromey@cygnus.com>
......
......@@ -18,6 +18,7 @@ details. */
#ifdef HAVE_BOEHM_GC
extern "C"
{
#include <gcconfig.h>
#include <gc.h>
};
#endif /* HAVE_BOEHM_GC */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment