From: Jerry D. Hedden Date: Thu, 26 Oct 2006 08:35:46 +0000 (-0700) Subject: Change MY_CXT ref in perl.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7588b095b4fd2549b6878a1928233682c0412566;p=p5sagit%2Fp5-mst-13.2.git Change MY_CXT ref in perl.h From: "Jerry D. Hedden" Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@29124 --- diff --git a/perl.h b/perl.h index 3f46dd1..4cb517d 100644 --- a/perl.h +++ b/perl.h @@ -5258,8 +5258,9 @@ typedef struct am_table_short AMTS; /* * Boilerplate macros for initializing and accessing interpreter-local * data from C. All statics in extensions should be reworked to use - * this, if you want to make the extension thread-safe. See ext/re/re.xs - * for an example of the use of these macros, and perlxs.pod for more. + * this, if you want to make the extension thread-safe. See + * ext/XS/APItest/APItest.xs for an example of the use of these macros, + * and perlxs.pod for more. * * Code that uses these macros is responsible for the following: * 1. #define MY_CXT_KEY to a unique string, e.g.