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

Re: GEM-Lib 31



Hello,

I found the difference in common.h:

GEMLIB 30:

 #define _int_out	(&_intout[0])

GEMLIB 31:

 #define _int_out	((int *)(&_intout[0]))

after changing this, compilation of common.c gives
exactly the same results !

Dirk