macro_rules! check_limit { ($x:expr, $hard:expr) => { ... }; ($x:expr, $soft:expr, $hard:expr) => { ... }; }