develooper Front page | perl.perl5.porters | Postings from October 2003

Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again

Thread Previous | Thread Next
From:
Rafael Garcia-Suarez
Date:
October 31, 2003 14:21
Subject:
Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
Message ID:
20031031232631.0b52a672.rgarciasuarez@free.fr
Jan Dubois wrote:
> 
> Most of the changes in the attached patch are not applicable to the
> development branch except:
> 
> * I fixed the preprocessor symbols used to define _random_retval:
> 
>   REENTRANT_PROTO_iS => REENTRANT_PROTO_I_iS
>   REENTRANT_PROTO_lS => REENTRANT_PROTO_I_lS
>   REENTRANT_PROTO_tS => REENTRANT_PROTO_I_St
> 
>   (Note: the last one also swapped "tS" -> "St"!)
> 
> * The expression (PL_reentrant_retint > 0 && PL_reentrant_retint == ERANGE)
>   can be simplified to just (PL_reentrant_retint == ERANGE) everywhere.
> 
> Let me know if I should submit a patch with just these 2 changes for the
> development track.

That would be much appreciated :)

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About