From a0714e2c8319bd04d1f7d262de652b6b5ec054f7 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 3 Feb 2006 17:24:49 +0100 Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org> Date: Fri, 3 Feb 2006 16:24:49 +0100 p4raw-id: //depot/perl@27065 --- embed.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.pl') diff --git a/embed.pl b/embed.pl index a1068ab480..b0677c20b2 100755 --- a/embed.pl +++ b/embed.pl @@ -537,7 +537,7 @@ print EM <<'END'; #if !defined(PERL_CORE) # define sv_setptrobj(rv,ptr,name) sv_setref_iv(rv,name,PTR2IV(ptr)) -# define sv_setptrref(rv,ptr) sv_setref_iv(rv,Nullch,PTR2IV(ptr)) +# define sv_setptrref(rv,ptr) sv_setref_iv(rv,NULL,PTR2IV(ptr)) #endif #if !defined(PERL_CORE) && !defined(PERL_NOCOMPAT) -- cgit v1.2.1