OSDN Git Service

Add missing header guards.
authorAdrian Prantl <aprantl@apple.com>
Thu, 2 Nov 2017 20:58:58 +0000 (20:58 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 2 Nov 2017 20:58:58 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317267 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/DebugInfo.h

index 15f6b57..2c2fdbd 100644 (file)
@@ -14,6 +14,9 @@
 ///
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_C_DEBUGINFO_H
+#define LLVM_C_DEBUGINFO_H
+
 #include "llvm-c/Core.h"
 
 #ifdef __cplusplus
@@ -200,3 +203,5 @@ LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line,
 #ifdef __cplusplus
 } // end extern "C"
 #endif
+
+#endif