From: Ballard J. <sac...@ho...> - 2004-02-07 03:39:05
|
In list.h line 65: #define co_list_entry_assign(ptr, var, member) \ var =3D co_list_entry(ptr, typeof(*var), member) The typeof() is not standard C. I presumed it works fine with GNU C. = My compiler complained. I can workaround it. Perhaps, somebody knows = of an easy alternative? |