macro_rules! error { ($($tt:tt)*) => { ... }; }
Macro for printing error messages in red without newline.