summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-01 09:46:15 +0000
committerDavid Mitchell <davem@iabyn.com>2009-03-30 14:36:51 +0100
commit4ab8712119fa5c617e2e7990e7cea97a61578abd (patch)
tree4353f4d55929e2e3ee261bc3c3da5bf6fb274b8f /proto.h
parentd8b3881879fe913f4a85c47810e51ffeb0098700 (diff)
downloadperl-4ab8712119fa5c617e2e7990e7cea97a61578abd.tar.gz
Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.
p4raw-id: //depot/perl@34963 (cherry picked from commit 7623d4262995987d3de73f116de43554c077f9c7)
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 4269511cd3..510e9b4da1 100644
--- a/proto.h
+++ b/proto.h
@@ -2922,9 +2922,7 @@ PERL_CALLCONV SV* Perl_save_svref(pTHX_ SV** sptr)
assert(sptr)
PERL_CALLCONV void Perl_save_pushptr(pTHX_ void *const ptr, const int type);
-#if defined(PERL_IN_SCOPE_C)
-STATIC void S_save_pushi32ptr(pTHX_ I32 i, void *const ptr, const int type);
-#endif
+PERL_CALLCONV void Perl_save_pushi32ptr(pTHX_ I32 i, void *const ptr, const int type);
PERL_CALLCONV void Perl_save_pushptrptr(pTHX_ void *const ptr1, void *const ptr2, const int type);
PERL_CALLCONV OP* Perl_sawparens(pTHX_ OP* o);
PERL_CALLCONV OP* Perl_scalar(pTHX_ OP* o);