mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 20:29:02 +02:00
Merge dmdfe 2.053beta
This commit is contained in:
@@ -352,7 +352,7 @@ Expression *BinExp::arrayOp(Scope *sc)
|
||||
*/
|
||||
TypeFunction *ftype = new TypeFunction(fparams, type, 0, LINKc);
|
||||
//printf("ftype: %s\n", ftype->toChars());
|
||||
fd = new FuncDeclaration(0, 0, Lexer::idPool(name), STCundefined, ftype);
|
||||
fd = new FuncDeclaration(loc, 0, Lexer::idPool(name), STCundefined, ftype);
|
||||
fd->fbody = fbody;
|
||||
fd->protection = PROTpublic;
|
||||
fd->linkage = LINKd;
|
||||
|
||||
Reference in New Issue
Block a user