Macro check_errlist

Source
macro_rules! check_errlist {
    ($errlist: expr) => { ... };
    (@$errlist: expr) => { ... };
}