]> granicus.if.org Git - clang/commitdiff
Rename clang config.h include guard from CONFIG_H to CLANG_CONFIG_H
authorYaron Keren <yaron.keren@gmail.com>
Wed, 21 Oct 2015 18:16:01 +0000 (18:16 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 21 Oct 2015 18:16:01 +0000 (18:16 +0000)
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

include/clang/Config/config.h.cmake
include/clang/Config/config.h.in

index 78a508697e83836e9eca1b27c7a00132af211596..b7486f34da6b850c835eb769a013e132d6f11bd1 100644 (file)
@@ -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}"
index 4395e73c568adc2c7924d561c99d55dd995c9c05..91983f6430fe278378285528fbdfdc6ef5b7ecc3 100644 (file)
@@ -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