<[EMAIL PROTECTED]> writes:
>hey,
>
>I was wondering if anyone else was having difficulty with the supplied c89/cc
>compiler on the mainframe. It seems to work correctly for compiling berkeley-db,
>but it seems simultaneously to choke on function pointers, ie calls like:
>
>(RETVAL->db->open)();

Many older compilers need the dereference:


 (*RETVAL->db->open)();


>
>seem to fail wheras,
>
>__db_open()
>
>succeed.... which group at IBM is in charge of maintaining the compiler, anyways?
>
>Ed
--
Nick Ing-Simmons
http://www.ni-s.u-net.com/



Reply via email to