comparison gen/typeinf.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 027b8d8b71ec
children 450897f5aae9
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_TYPEINF_H 1 #ifndef LDC_GEN_TYPEINF_H
2 #define LLVMDC_GEN_TYPEINF_H 2 #define LDC_GEN_TYPEINF_H
3 3
4 void DtoResolveTypeInfo(TypeInfoDeclaration* tid); 4 void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
5 void DtoDeclareTypeInfo(TypeInfoDeclaration* tid); 5 void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
6 void DtoConstInitTypeInfo(TypeInfoDeclaration* tid); 6 void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);
7 void DtoDefineTypeInfo(TypeInfoDeclaration* tid); 7 void DtoDefineTypeInfo(TypeInfoDeclaration* tid);