From: Yaron Keren Date: Wed, 21 Oct 2015 18:16:01 +0000 (+0000) Subject: Rename clang config.h include guard from CONFIG_H to CLANG_CONFIG_H X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=333aedbc24d97c7927193a261a71491d69b77225;p=clang Rename clang config.h include guard from CONFIG_H to CLANG_CONFIG_H to make it different from LLVM config.h include guard. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake index 78a508697e..b7486f34da 100644 --- a/include/clang/Config/config.h.cmake +++ b/include/clang/Config/config.h.cmake @@ -1,9 +1,9 @@ /* This generated file is for internal use. Do not include it from headers. */ -#ifdef CONFIG_H +#ifdef CLANG_CONFIG_H #error config.h can only be included once #else -#define CONFIG_H +#define CLANG_CONFIG_H /* Bug report URL. */ #define BUG_REPORT_URL "${BUG_REPORT_URL}" diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in index 4395e73c56..91983f6430 100644 --- a/include/clang/Config/config.h.in +++ b/include/clang/Config/config.h.in @@ -1,9 +1,9 @@ /* This generated file is for internal use. Do not include it from headers. */ -#ifdef CONFIG_H +#ifdef CLANG_CONFIG_H #error config.h can only be included once #else -#define CONFIG_H +#define CLANG_CONFIG_H /* Bug report URL. */ #undef BUG_REPORT_URL