comparison gen/functions.h @ 234:9760f54af0b7 trunk

[svn r250] Fixed the warning about dropping arguments to _Dmain when optimizing. Did a few cleanups in inline asm code.
author lindquist
date Sun, 08 Jun 2008 08:03:19 +0200
parents 7816aafeea3c
children a34078905d01
comparison
equal deleted inserted replaced
233:76ee1bbe487e 234:9760f54af0b7
11 void DtoDefineFunc(FuncDeclaration* fd); 11 void DtoDefineFunc(FuncDeclaration* fd);
12 12
13 DValue* DtoArgument(Argument* fnarg, Expression* argexp); 13 DValue* DtoArgument(Argument* fnarg, Expression* argexp);
14 void DtoVariadicArgument(Expression* argexp, LLValue* dst); 14 void DtoVariadicArgument(Expression* argexp, LLValue* dst);
15 15
16 void DtoMain();
17
18 #endif 16 #endif