Change 16417 by jhi@alpha on 2002/05/05 17:57:04
Comment tweaks.
Affected files ...
.... //depot/perl/perl.h#457 edit
Differences ...
==== //depot/perl/perl.h#457 (text) ====
Index: perl.h
--- perl.h#456~16048~ Sun Apr 21 12:53:08 2002
+++ perl.h Sun May 5 10:57:04 2002
@@ -3925,10 +3925,10 @@
* 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.
+ * 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"
* 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.