Skip to content

Commit

Permalink
Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dchidindu5 committed Oct 29, 2024
1 parent cd775d0 commit b75f67b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions compiler/src/dmd/dsymbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,5 @@ namespace dmd
Dsymbols *include(Dsymbol *d, Scope *sc);
void setScope(Dsymbol *d, Scope *sc);
void importAll(Dsymbol *d, Scope *sc);
Scope* newScope(Dsymbol *d, Scope *sc);
}
2 changes: 0 additions & 2 deletions compiler/src/dmd/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -6508,7 +6508,6 @@ class ClassDeclaration : public AggregateDeclaration
static ClassDeclaration* create(const Loc& loc, Identifier* id, Array<BaseClass* >* baseclasses, Array<Dsymbol* >* members, bool inObject);
const char* toPrettyChars(bool qualifyTypes = false) override;
ClassDeclaration* syntaxCopy(Dsymbol* s) override;
Scope* newScope(Scope* sc) override;
enum : int32_t { OFFSET_RUNTIME = 1985229328 };

enum : int32_t { OFFSET_FWDREF = 1985229329 };
Expand Down Expand Up @@ -6536,7 +6535,6 @@ class InterfaceDeclaration final : public ClassDeclaration
{
public:
InterfaceDeclaration* syntaxCopy(Dsymbol* s) override;
Scope* newScope(Scope* sc) override;
bool isBaseOf(ClassDeclaration* cd, int32_t* poffset) override;
const char* kind() const override;
int32_t vtblOffset() const override;
Expand Down

0 comments on commit b75f67b

Please sign in to comment.