diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2006-10-26 01:35:46 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-27 08:43:26 +0000 |
commit | 7588b095b4fd2549b6878a1928233682c0412566 (patch) | |
tree | 58dbadf8f471c9cc53455c8f6dfb42ea3f4a2706 /perl.h | |
parent | 861d5cbea4ab13ff77e35a3887a940811135e58a (diff) | |
download | perl-7588b095b4fd2549b6878a1928233682c0412566.tar.gz |
Change MY_CXT ref in perl.h
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
p4raw-id: //depot/perl@29124
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |