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