Change 11471 by nick@camel-linux on 2001/07/26 06:23:32
Subject: [PATCH] Doc fix for perlguts / threading
From: Arthur Bergman <[EMAIL PROTECTED]>
Date: Wed, 25 Jul 2001 11:28:23 +0200
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlguts.pod#92 edit
Differences ...
==== //depot/perl/pod/perlguts.pod#92 (text) ====
Index: perl/pod/perlguts.pod
--- perl/pod/perlguts.pod.~1~ Thu Jul 26 00:30:06 2001
+++ perl/pod/perlguts.pod Thu Jul 26 00:30:06 2001
@@ -966,8 +966,8 @@
C<mg_ptr> field points to a C<ufuncs> 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;
};
End of Patch.