From a9402793c9574e1dbb271feb8fa8772bc9a9e63a Mon Sep 17 00:00:00 2001 From: Arthur Bergman Date: Wed, 25 Jul 2001 13:28:23 +0200 Subject: [PATCH] Doc fix for perlguts / threading Message-Id: p4raw-id: //depot/perl@11471 --- pod/perlguts.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 323d456..6478efd 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -966,8 +966,8 @@ C function any time a scalar's value is used or changed. The C's C field points to a C structure: struct ufuncs { - I32 (*uf_val)(IV, SV*); - I32 (*uf_set)(IV, SV*); + I32 (*uf_val)(pTHX_ IV, SV*); + I32 (*uf_set)(pTHX_ IV, SV*); IV uf_index; }; -- 2.7.4