mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Include missing forward declarations in AsmDataForward
This commit is contained in:
parent
565130994a
commit
9f756e3797
@ -43,9 +43,12 @@ struct FunctionDefinition;
|
|||||||
struct FunctionCall;
|
struct FunctionCall;
|
||||||
struct If;
|
struct If;
|
||||||
struct Switch;
|
struct Switch;
|
||||||
|
struct Case;
|
||||||
struct ForLoop;
|
struct ForLoop;
|
||||||
struct Block;
|
struct Block;
|
||||||
|
|
||||||
|
struct TypedName;
|
||||||
|
|
||||||
using Statement = boost::variant<Instruction, Literal, Label, StackAssignment, Identifier, Assignment, FunctionCall, FunctionalInstruction, VariableDeclaration, FunctionDefinition, If, Switch, ForLoop, Block>;
|
using Statement = boost::variant<Instruction, Literal, Label, StackAssignment, Identifier, Assignment, FunctionCall, FunctionalInstruction, VariableDeclaration, FunctionDefinition, If, Switch, ForLoop, Block>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user