macro_rules! PL_scopestack_ptr {
($my_perl:expr) => { ... };
}Expand description
*mut accessor for PL_scopestack (read form: PL_scopestack!).
macro_rules! PL_scopestack_ptr {
($my_perl:expr) => { ... };
}*mut accessor for PL_scopestack (read form: PL_scopestack!).