Skip to content

Commit

Permalink
Remove ACCEPT macro from TON SDK for C
Browse files Browse the repository at this point in the history
  • Loading branch information
akiramenai committed Feb 19, 2020
1 parent 87c738a commit a978b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/ton-sdk/tvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#define XJOIN3(a,b,c) JOIN3(a,b,c)

#define TVM_CUSTOM_EXCEPTION(id,val) enum { id = val };
#define ACCEPT() __builtin_tvm_accept()

typedef __tvm_cell Cell;

Expand Down

0 comments on commit a978b19

Please sign in to comment.