summaryrefslogtreecommitdiff
path: root/ext/Storable
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2006-12-10 03:47:58 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-11 13:23:55 +0000
commit85472d4f108922bcd3b6b19dde4e929767274c91 (patch)
tree20250b6fec415e2ee622c2b475fd6901e92d1101 /ext/Storable
parentcf8b4e9375cead6bc605a1dbf0cd13dcc370ae0e (diff)
downloadperl-85472d4f108922bcd3b6b19dde4e929767274c91.tar.gz
re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com> p4raw-id: //depot/perl@29511
Diffstat (limited to 'ext/Storable')
-rw-r--r--ext/Storable/Storable.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index cc84a660e5..17a7b5c766 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -2627,6 +2627,7 @@ static int store_code(pTHX_ stcxt_t *cxt, CV *cv)
*/
/* Ownership of both SVs is passed to load_module, which frees them. */
load_module(PERL_LOADMOD_NOIMPORT, newSVpvn("B::Deparse",10), newSVnv(0.61));
+ SPAGAIN;
ENTER;
SAVETMPS;