Macro gas_opt

Source
macro_rules! gas_opt {
    ($ecx:expr, $gas:expr) => { ... };
}