mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
fix frontend.h
This commit is contained in:
parent
7d6fff7bcf
commit
76f066303d
1 changed files with 2 additions and 0 deletions
|
@ -6912,6 +6912,7 @@ public:
|
|||
class TypeInfoAssociativeArrayDeclaration final : public TypeInfoDeclaration
|
||||
{
|
||||
public:
|
||||
Type* entry;
|
||||
static TypeInfoAssociativeArrayDeclaration* create(Type* tinfo);
|
||||
void accept(Visitor* v) override;
|
||||
};
|
||||
|
@ -8791,6 +8792,7 @@ struct Id final
|
|||
static Identifier* xopEquals;
|
||||
static Identifier* xopCmp;
|
||||
static Identifier* xtoHash;
|
||||
static Identifier* Entry;
|
||||
static Identifier* LINE;
|
||||
static Identifier* FILE;
|
||||
static Identifier* MODULE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue