Skip to content

Commit

Permalink
Array => Dsymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 9, 2011
1 parent 3eac7eb commit 15af9ae
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 131 deletions.
2 changes: 2 additions & 0 deletions src/arraytypes.h
Expand Up @@ -49,6 +49,8 @@ typedef ArrayBase<struct Identifier> Identifiers;
typedef ArrayBase<struct Initializer> Initializers;

typedef ArrayBase<struct VarDeclaration> VarDeclarations;

typedef ArrayBase<struct ScopeDsymbol> ScopeDsymbols;
typedef ArrayBase<struct CaseStatement> CaseStatements;

typedef ArrayBase<struct Symbol> Symbols;
Expand Down

0 comments on commit 15af9ae

Please sign in to comment.