From: Jarkko Hietaniemi Date: Sun, 5 May 2002 22:35:58 +0000 (+0000) Subject: Further comment tweak, to agree with perlxs.pod. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43a739c2bdff3ef2c4add9ac59ee447ec3f7849e;p=p5sagit%2Fp5-mst-13.2.git Further comment tweak, to agree with perlxs.pod. p4raw-id: //depot/perl@16420 --- diff --git a/perl.h b/perl.h index 462dc31..45adfbb 100644 --- a/perl.h +++ b/perl.h @@ -3928,7 +3928,8 @@ typedef struct am_table_short AMTS; * 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. "DynaLoader::_guts" + * 1. #define MY_CXT_KEY to a unique string, e.g. + * "DynaLoader::_guts" XS_VERSION * 2. Declare a typedef named my_cxt_t that is a structure that contains * all the data that needs to be interpreter-local. * 3. Use the START_MY_CXT macro after the declaration of my_cxt_t.