Example #1
0
void
Perl_save_op(pTHX)
{
    save_op();
}
Example #2
0
void
Perl_save_op(pTHX)
{
    dVAR;
    save_op();
}