Macro allegro::if_ok []

macro_rules! if_ok {
    ( $ e : expr ) => { ... };
}