mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-21 19:29:03 +02:00
DMD 2.032 Merge.
This commit is contained in:
@@ -153,6 +153,14 @@ struct Statement : Object
|
||||
#endif
|
||||
};
|
||||
|
||||
struct PeelStatement : Statement
|
||||
{
|
||||
Statement *s;
|
||||
|
||||
PeelStatement(Statement *s);
|
||||
Statement *semantic(Scope *sc);
|
||||
};
|
||||
|
||||
struct ExpStatement : Statement
|
||||
{
|
||||
Expression *exp;
|
||||
|
||||
Reference in New Issue
Block a user