macro_rules! state_stack_push_register {
() => { ... };
}Expand description
Wrapper for enclosing the arguments of stack_push_register so that only the state needs
to be given.
macro_rules! state_stack_push_register {
() => { ... };
}Wrapper for enclosing the arguments of stack_push_register so that only the state needs
to be given.