Displaying 1 result from an estimated 1 matches for "llvm_c_core_h".
2011 Dec 09
1
[LLVMdev] [PATCH] llvm-c/Core.h: Define __STDC_LIMIT_MACROS
---
include/llvm-c/Core.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 3ffaddd..becba7f 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -33,6 +33,10 @@
#ifndef LLVM_C_CORE_H
#define LLVM_C_CORE_H
+#ifndef __STDC_LIMIT_MACROS
+#define __STDC_LIMIT_MACROS
+#endif
+
#include "llvm/Support/DataTypes.h"
#ifdef __cplusplus
--
1.7.7