view gen/typeinf.h @ 1417:c3c23d2c5407

Revert ldmd back to use `bash` instead of `sh` to unbreak it on Ubuntu.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 23 May 2009 23:18:47 +0200
parents 450897f5aae9
children
line wrap: on
line source

#ifndef LDC_GEN_TYPEINF_H
#define LDC_GEN_TYPEINF_H

void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);

#endif