From c9e180aaea66d0b167580d911772e4a867a5efae Mon Sep 17 00:00:00 2001 From: Filip Pizlo Date: Wed, 1 May 2013 22:41:26 +0000 Subject: Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. This avoids namespace collisions with llvm::LLVMTargetMachine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180891 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/TargetMachine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm-c/TargetMachine.h b/include/llvm-c/TargetMachine.h index 5878723508..5e355959f6 100644 --- a/include/llvm-c/TargetMachine.h +++ b/include/llvm-c/TargetMachine.h @@ -25,7 +25,7 @@ #ifdef __cplusplus extern "C" { #endif -typedef struct LLVMTargetMachine *LLVMTargetMachineRef; +typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef struct LLVMTarget *LLVMTargetRef; typedef enum { -- cgit v1.2.3