mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-07 04:33:14 +01:00
Merge dmd-1.074 into ldc.
This commit is contained in:
@@ -78,7 +78,6 @@ Scope::Scope()
|
||||
this->parameterSpecialization = 0;
|
||||
this->callSuper = 0;
|
||||
this->flags = 0;
|
||||
this->anonAgg = NULL;
|
||||
this->lastdc = NULL;
|
||||
this->lastoffset = 0;
|
||||
this->docbuf = NULL;
|
||||
@@ -127,7 +126,6 @@ Scope::Scope(Scope *enclosing)
|
||||
this->parameterSpecialization = enclosing->parameterSpecialization;
|
||||
this->callSuper = enclosing->callSuper;
|
||||
this->flags = 0;
|
||||
this->anonAgg = NULL;
|
||||
this->lastdc = NULL;
|
||||
this->lastoffset = 0;
|
||||
this->docbuf = enclosing->docbuf;
|
||||
|
||||
Reference in New Issue
Block a user