diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-20 14:24:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-20 14:24:38 +0000 |
commit | 39183afa3a8d91875ee7007072321656ff8315ad (patch) | |
tree | 6cbd24c8d634e7a9f5b9de81c93b90e4dddf3b57 /reentr.pl | |
parent | e6a32221b6c71ad78d080d3068590aa4358be665 (diff) | |
download | perl-39183afa3a8d91875ee7007072321656ff8315ad.tar.gz |
Document better what the foo_r_proto are supposed to be.
p4raw-id: //depot/perl@16711
Diffstat (limited to 'reentr.pl')
-rw-r--r-- | reentr.pl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -204,6 +204,9 @@ while (<DATA>) { # Read in the protypes. ?S:. ?S:${func}_r_proto: ?S: This variable encodes the prototype of ${func}_r. +?S: It is zero if d_${func}_r is undef, and one of the +?S: REENTRANT_PROTO_T_ABC macros of reentr.h if d_${func}_r +?S: is defined. ?S:. ?C:HAS_${FUNC}_R: ?C: This symbol, if defined, indicates that the ${func}_r routine @@ -211,6 +214,9 @@ while (<DATA>) { # Read in the protypes. ?C:. ?C:${FUNC}_R_PROTO: ?C: This symbol encodes the prototype of ${func}_r. +?C: It is zero if d_${func}_r is undef, and one of the +?C: REENTRANT_PROTO_T_ABC macros of reentr.h if d_${func}_r +?C: is defined. ?C:. ?H:#\$d_${func}_r HAS_${FUNC}_R /**/ ?H:#define ${FUNC}_R_PROTO \$${func}_r_proto /**/ |