diff options
author | Craig A. Berry <craigberry@mac.com> | 2003-11-05 06:16:34 -0600 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-05 19:13:56 +0000 |
commit | 57481f5a5779edbddd358964b7cfaa3d6f299dfc (patch) | |
tree | 8118dfd66575422a415d75cb9742358ee1bfe962 /ext/Opcode/Opcode.xs | |
parent | 284e12201786f018161c19ee084fa141ce6ac43d (diff) | |
download | perl-57481f5a5779edbddd358964b7cfaa3d6f299dfc.tar.gz |
Opcode.xs/RC2 compile nit on VMS
Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
p4raw-id: //depot/perl@21667
Diffstat (limited to 'ext/Opcode/Opcode.xs')
-rw-r--r-- | ext/Opcode/Opcode.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.xs b/ext/Opcode/Opcode.xs index 51be8bf776..067ffdb424 100644 --- a/ext/Opcode/Opcode.xs +++ b/ext/Opcode/Opcode.xs @@ -317,7 +317,7 @@ PPCODE: PUSHMARK(SP); perl_call_sv(codesv, GIMME|G_EVAL|G_KEEPERR); /* use callers context */ - sv_free(dummy_hv); /* get rid of what save_hash gave us*/ + sv_free( (SV *) dummy_hv); /* get rid of what save_hash gave us*/ SPAGAIN; /* for the PUTBACK added by xsubpp */ LEAVE; |