Change 16420 by jhi@alpha on 2002/05/05 22:35:58

        Further comment tweak, to agree with perlxs.pod.

Affected files ...

.... //depot/perl/perl.h#458 edit

Differences ...

==== //depot/perl/perl.h#458 (text) ====
Index: perl.h
--- perl.h#457~16417~   Sun May  5 10:57:04 2002
+++ perl.h      Sun May  5 15:35:58 2002
@@ -3928,7 +3928,8 @@
  * 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.
End of Patch.

Reply via email to