mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-26 00:55:21 +02:00
Merged DMD 1.042.
This commit is contained in:
@@ -45,9 +45,9 @@ char *Identifier::toChars()
|
||||
return (char *)string;
|
||||
}
|
||||
|
||||
char *Identifier::toHChars2()
|
||||
const char *Identifier::toHChars2()
|
||||
{
|
||||
char *p = NULL;
|
||||
const char *p = NULL;
|
||||
|
||||
if (this == Id::ctor) p = "this";
|
||||
else if (this == Id::dtor) p = "~this";
|
||||
|
||||
Reference in New Issue
Block a user