mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
Merge branch 'master' into merge-2.064
This commit is contained in:
@@ -73,6 +73,11 @@ struct ArrayIter
|
||||
}
|
||||
};
|
||||
|
||||
// From dsymbol.h / declaration.h
|
||||
struct Dsymbol;
|
||||
struct FuncDeclaration;
|
||||
struct VarDeclaration;
|
||||
|
||||
// some aliases
|
||||
typedef ArrayIter<Dsymbol> DsymbolIter;
|
||||
typedef ArrayIter<FuncDeclaration> FuncDeclarationIter;
|
||||
|
||||
Reference in New Issue
Block a user