Macro spec_int_ranges

macro_rules! spec_int_ranges {
    ($ctor:ident; $($t:ty)*) => { ... };
}