gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GnuCOBOL-users] C coding practices


From: James K. Lowden
Subject: Re: [GnuCOBOL-users] C coding practices
Date: Thu, 7 Mar 2019 18:19:48 -0500

On Thu, 7 Mar 2019 13:03:38 -0800
Ron Norman <address@hidden> wrote:

> making such massive changes before the code merge happens would create
> a problem getting the merge completed.

Agreed.  

> Its not a good idea for the code to assume the character set used is
> ASCII as in rare cases, it could be EBCDIC.

I'm not sure what that implies about 

        *p < ' '

> Likewise, assuming a 32/64 bit platform may not be good either, as
> Unisys 2200 and Honeywell 6000 systems have 36/72 bit words...

Do we compile on such machines?  

There are definitely byte-swapping macros that depend on 32/64 bit
integers.  

--jkl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]