On 20 November 2014 05:30, David Crayford <[email protected]> wrote: > I'm interested in how easy it is to recompile a PL/I program for 64-bit when > you have to explicitly specify bit widths on the types. That's trivial to do > in C.
Why would you have to/want to change the declarations? Specify the size needed for your application data, and let the compiler figure out what to do internally. Of course if you're doing something bizarre like UNSPECing a pointer value into a FIXED BIN (31)... Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
