jam_pvm_common

Macro error

Source
macro_rules! error {
    (target=$target:expr,$($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}