Re: [Cobolforgcc-devel] cobolforgcc on AIX (RS6000)
Status: Pre-Alpha
Brought to you by:
timjosling
From: Tim J. <te...@me...> - 2001-01-21 03:34:38
|
Curt, I have updated the cvs version changing all the int/char/float types to COB_*. So that means that INT32 -> COB_INT32 UINT8 -> COB_UINT8 ... etc size_t -> COB_SIZE_T If you really need char (eg for a parm to pass to str*, then use COB_CHAR. So char -> COB_CHAR This applies to all variables not just interfaces in header files. The reason is for 64 bit CPU compatibility. Tim Josling Curt Timmerman wrote: > > My first thought was to test for a previous definition but there is no guarantee the meaning would be the same. The 'COB_' sounds good. > > Curt |