mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-06 06:20:04 +02:00
Cleanup DMD 1.041 merge.
This commit is contained in:
@@ -2043,7 +2043,7 @@ int FuncDeclaration::addPostInvariant()
|
||||
// LDC: Adjusted to give argument info to the runtime function decl.
|
||||
//
|
||||
|
||||
FuncDeclaration *FuncDeclaration::genCfunc(Arguments *args, Type *treturn, char *name)
|
||||
FuncDeclaration *FuncDeclaration::genCfunc(Arguments *args, Type *treturn, const char *name)
|
||||
{
|
||||
return genCfunc(args, treturn, Lexer::idPool(name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user