comparison include/llvm-c/Initialization.h @ 100:7d135dc70f03

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents 54457678186b
children
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
14 \*===----------------------------------------------------------------------===*/ 14 \*===----------------------------------------------------------------------===*/
15 15
16 #ifndef LLVM_C_INITIALIZATION_H 16 #ifndef LLVM_C_INITIALIZATION_H
17 #define LLVM_C_INITIALIZATION_H 17 #define LLVM_C_INITIALIZATION_H
18 18
19 #include "llvm-c/Core.h" 19 #include "llvm-c/Types.h"
20 20
21 #ifdef __cplusplus 21 #ifdef __cplusplus
22 extern "C" { 22 extern "C" {
23 #endif 23 #endif
24 24