* quick_threads.c: Include gcconfig.h, not boehm-config.h.

From-SVN: r30360
This commit is contained in:
Tom Tromey 1999-11-03 01:26:31 +00:00 committed by Tom Tromey
parent 965fe4f16f
commit a3feaa92e0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-11-02 Tom Tromey <tromey@cygnus.com>
* quick_threads.c: Include gcconfig.h, not boehm-config.h.
* configure: Rebuilt.
* configure.in: Don't create boehm-config.h.
* Makefile.in: Rebuilt.

View File

@ -3,7 +3,7 @@
* Copyright (c) 1998, 1999 Cygnus Solutions.
*/
#include "boehm-config.h"
#include "gcconfig.h"
#ifdef QUICK_THREADS