mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
[FunC] Deprecate pragma allow-post-modification
All tests pass: it does not affect hashes (since modifying variables in a single expression was an error)
This commit is contained in:
parent
bb86dc0f96
commit
aaf3ca335d
5 changed files with 12 additions and 27 deletions
|
@ -686,7 +686,7 @@ typedef std::vector<FormalArg> FormalArgList;
|
|||
struct AsmOpList;
|
||||
|
||||
struct CodeBlob {
|
||||
enum { _AllowPostModification = 1, _ComputeAsmLtr = 2, _ForbidImpure = 4 };
|
||||
enum { _ComputeAsmLtr = 2, _ForbidImpure = 4 };
|
||||
int var_cnt, in_var_cnt, op_cnt;
|
||||
TypeExpr* ret_type;
|
||||
std::string name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue