X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=reentr.pl;h=cb9aca82dbbe2ac2176336d15bd3dbd71d62e8b4;hb=30ef33217aeee51ee47b2433e9384b011646254a;hp=19b9852f7b335d2e5fed483df19e7ff8a90e0f6e;hpb=aa418cf14f5423600e2de800942ca69bd80882ac;p=p5sagit%2Fp5-mst-13.2.git diff --git a/reentr.pl b/reentr.pl index 19b9852..cb9aca8 100644 --- a/reentr.pl +++ b/reentr.pl @@ -204,6 +204,9 @@ while () { # 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 () { # 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 /**/