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. From-SVN: r30361
This commit is contained in:
parent
a3feaa92e0
commit
5e4f217316
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
|
* posix-threads.cc: Don't include boehm-config.h.
|
||||||
|
|
||||||
1999-11-02 Tom Tromey <tromey@cygnus.com>
|
1999-11-02 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* boehm.cc: Don't include boehm-config.h.
|
* boehm.cc: Don't include boehm-config.h.
|
||||||
|
|
|
@ -18,7 +18,6 @@ details. */
|
||||||
#ifdef HAVE_BOEHM_GC
|
#ifdef HAVE_BOEHM_GC
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include <boehm-config.h>
|
|
||||||
#include <gc.h>
|
#include <gc.h>
|
||||||
};
|
};
|
||||||
#endif /* HAVE_BOEHM_GC */
|
#endif /* HAVE_BOEHM_GC */
|
||||||
|
|
Loading…
Add table
Reference in a new issue