summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-08-30 08:32:15 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-08-30 15:35:26 +0400
commitb7717690fe65ca40d79b0f5554d28ad206878ab8 (patch)
treeca128a295437088297ff0f2f0d3978cd5ab60ca7 /gc_cpp.cc
parent93394c42b1f3b26790f02ea1bda5166603cd9df7 (diff)
downloadbdwgc-b7717690fe65ca40d79b0f5554d28ad206878ab8.tar.gz
Include "config.h" instead of "private/config.h" on HAVE_CONFIG_H
(Change the behavior of HAVE_CONFIG_H macro to the standard one which assumes that no folder is specified in #include "config.h".) * configure.ac (AM_CONFIG_HEADER): Replace include/private/config.h to include/config.h. * cord/cordbscs.c: Include "config.h" (instead of "private/config.h") if HAVE_CONFIG_H defined. * cord/cordprnt.c: Likewise. * cord/cordxtra.c: Likewise. * gc_cpp.cc: Likewise. * include/private/gc_pmark.h: Likewise. * include/private/gc_priv.h: Likewise. * real_malloc.c: Likewise. * tests/disclaim_test.c: Likewise. * tests/initsecondarythread.c: Likewise. * tests/subthread_create.c: Likewise. * tests/test.c: Likewise. * tests/test_cpp.cc: Likewise. * tests/thread_leak_test.c: Likewise. * tests/threadkey_test.c: Likewise.
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index 229a0c3e..86792b04 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -20,7 +20,7 @@ built-in "new" and "delete".
**************************************************************************/
#ifdef HAVE_CONFIG_H
-# include "private/config.h"
+# include "config.h"
#endif
#ifndef GC_BUILD