comparison dmd/expression.h @ 159:5acec6b2eef8 trunk

[svn r175] merged dmd 1.029
author ChristianK
date Thu, 01 May 2008 15:15:28 +0200
parents 288fe1029e1f
children aaade6ded589
comparison
equal deleted inserted replaced
158:287540c5f05e 159:5acec6b2eef8
775 }; 775 };
776 776
777 struct DotTemplateExp : UnaExp 777 struct DotTemplateExp : UnaExp
778 { 778 {
779 TemplateDeclaration *td; 779 TemplateDeclaration *td;
780 780
781 DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td); 781 DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td);
782 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 782 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
783 }; 783 };
784 784
785 struct DotVarExp : UnaExp 785 struct DotVarExp : UnaExp