X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=45adfbb930d392f40c7c5ec3679dacf904bd5922;hb=502fc48ee3e3c29dc3d569f8e543d48ceb7a4de6;hp=462dc31136f116c8a4741aa65e80051ff60c0474;hpb=9f650e9466ddbdd698cc73572057033959aec863;p=p5sagit%2Fp5-mst-13.2.git 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.