diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-05 22:35:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-05 22:35:58 +0000 |
commit | 43a739c2bdff3ef2c4add9ac59ee447ec3f7849e (patch) | |
tree | 7493e5dd4c3c0d498fb5be7c49124451ca2e9bba /perl.h | |
parent | c71882ca62bae8258b04c568faa83361dbc72d39 (diff) | |
download | perl-43a739c2bdff3ef2c4add9ac59ee447ec3f7849e.tar.gz |
Further comment tweak, to agree with perlxs.pod.
p4raw-id: //depot/perl@16420
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |