Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Locale.h
index b0f12958029f12c003ba294ecd30df5ee484a881..b384d58baea7a0c0c29903d16f692e901a7d234c 100644 (file)
@@ -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