pear::macros

Macro is_parse_debug

Source
macro_rules! is_parse_debug {
    () => { ... };
    ($kind:expr) => { ... };
}