Macro max_height_generator

Source
macro_rules! max_height_generator {
    ($width:tt) => { ... };
}