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