macro_rules! gas_or_fail_legacy {
($interpreter:expr, $gas:expr) => { ... };
($interpreter:expr, $gas:expr, $ret:expr) => { ... };
}
Expand description
Same as gas_legacy!
, but with gas
as an option.
macro_rules! gas_or_fail_legacy {
($interpreter:expr, $gas:expr) => { ... };
($interpreter:expr, $gas:expr, $ret:expr) => { ... };
}
Same as gas_legacy!
, but with gas
as an option.