macro_rules! STRINGIFY {
($x:tt) => { ... };
}Expand description
Port of #define STRINGIFY(x) from Src/zsh.h:2916. Two-pass
stringification (expand x first, then stringify).
macro_rules! STRINGIFY {
($x:tt) => { ... };
}Port of #define STRINGIFY(x) from Src/zsh.h:2916. Two-pass
stringification (expand x first, then stringify).