summaryrefslogtreecommitdiff
path: root/lib/Support/regcname.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/regcname.h')
-rw-r--r--lib/Support/regcname.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Support/regcname.h b/lib/Support/regcname.h
index 3c0bb248ff..891d25573e 100644
--- a/lib/Support/regcname.h
+++ b/lib/Support/regcname.h
@@ -35,6 +35,9 @@
* @(#)cname.h 8.3 (Berkeley) 3/20/94
*/
+#ifndef LLVM_SUPPORT_REGCNAME_H
+#define LLVM_SUPPORT_REGCNAME_H
+
/* character-name table */
static struct cname {
const char *name;
@@ -137,3 +140,5 @@ static struct cname {
{ "DEL", '\177' },
{ NULL, 0 }
};
+
+#endif