summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/StringExtras.h
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-06-17 00:35:55 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-06-17 00:35:55 +0000
commita7a50133ef2cb549b190287126c97e916becb9a8 (patch)
tree5544bd55f8c8fdf8de01b5c002007194f464068b /llvm/include/Support/StringExtras.h
parent984c64759b1dd5c77ae3b7cef838280bff9f74f1 (diff)
downloadbcm5719-llvm-a7a50133ef2cb549b190287126c97e916becb9a8.tar.gz
bcm5719-llvm-a7a50133ef2cb549b190287126c97e916becb9a8.zip
Regularize the names of #include-guards.
llvm-svn: 6732
Diffstat (limited to 'llvm/include/Support/StringExtras.h')
-rw-r--r--llvm/include/Support/StringExtras.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/Support/StringExtras.h b/llvm/include/Support/StringExtras.h
index 529d86caa20..924f6c35f87 100644
--- a/llvm/include/Support/StringExtras.h
+++ b/llvm/include/Support/StringExtras.h
@@ -4,8 +4,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef SUPPORT_STRING_EXTRAS_H
-#define SUPPORT_STRING_EXTRAS_H
+#ifndef SUPPORT_STRINGEXTRAS_H
+#define SUPPORT_STRINGEXTRAS_H
#include "Support/DataTypes.h"
#include <string>
OpenPOWER on IntegriCloud