view gen/typeinf.h @ 1373:551b01341728

Remove an incorrect attribute: `noalias` doesn't apply to struct types, even if we prefer to think of that type as an array :(.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 17 May 2009 02:22:21 +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