From: Craig A. Berry Date: Wed, 5 Nov 2003 12:16:34 +0000 (-0600) Subject: Opcode.xs/RC2 compile nit on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57481f5a5779edbddd358964b7cfaa3d6f299dfc;p=p5sagit%2Fp5-mst-13.2.git Opcode.xs/RC2 compile nit on VMS Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com> p4raw-id: //depot/perl@21667 --- diff --git a/ext/Opcode/Opcode.xs b/ext/Opcode/Opcode.xs index 51be8bf..067ffdb 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;