From 674be02d525d4e24bc6943ed9274958c580bcfbc Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Thu, 10 Jan 2013 00:45:19 +0000 Subject: Fix include guards so they exactly match file names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Locale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/llvm/Support/Locale.h') diff --git a/include/llvm/Support/Locale.h b/include/llvm/Support/Locale.h index b0f1295802..b384d58bae 100644 --- a/include/llvm/Support/Locale.h +++ b/include/llvm/Support/Locale.h @@ -1,5 +1,5 @@ -#ifndef LLVM_SUPPORT_LOCALE -#define LLVM_SUPPORT_LOCALE +#ifndef LLVM_SUPPORT_LOCALE_H +#define LLVM_SUPPORT_LOCALE_H #include "llvm/ADT/StringRef.h" @@ -14,4 +14,4 @@ bool isPrint(int c); } } -#endif // LLVM_SUPPORT_LOCALE +#endif // LLVM_SUPPORT_LOCALE_H -- cgit v1.2.3