diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-01 09:46:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-01 09:46:15 +0000 |
commit | 7623d4262995987d3de73f116de43554c077f9c7 (patch) | |
tree | cd7556da8df952f94b02376ea65000913761154e /scope.c | |
parent | e1051f11a3c9aa4f634380cb66a839c59f585fe4 (diff) | |
download | perl-7623d4262995987d3de73f116de43554c077f9c7.tar.gz |
Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.
p4raw-id: //depot/perl@34963
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -360,8 +360,8 @@ Perl_save_bool(pTHX_ bool *boolp) SSPUSHINT(SAVEt_BOOL); } -static void -S_save_pushi32ptr(pTHX_ const I32 i, void *const ptr, const int type) +void +Perl_save_pushi32ptr(pTHX_ const I32 i, void *const ptr, const int type) { dVAR; SSCHECK(3); |