diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-06 13:26:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-06 13:26:18 +0000 |
commit | 581888587cc86bb21abcd35374b8f9e3c2857fa0 (patch) | |
tree | af1bc7e01d4722e1d6d7a0e150807a607523448c /mathoms.c | |
parent | fd9f6265d8baae6f5a03aa84840f587026ca6455 (diff) | |
download | perl-581888587cc86bb21abcd35374b8f9e3c2857fa0.tar.gz |
save_I8 is not a mathom.
p4raw-id: //depot/perl@29476
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1189,16 +1189,6 @@ Perl_save_I16(pTHX_ I16 *intp) } void -Perl_save_I8(pTHX_ I8 *bytep) -{ - dVAR; - SSCHECK(3); - SSPUSHINT(*bytep); - SSPUSHPTR(bytep); - SSPUSHINT(SAVEt_I8); -} - -void Perl_save_iv(pTHX_ IV *ivp) { dVAR; |