On Tue, Nov 23, 2010 at 07:25:52PM +0100, Bengt Jonsson wrote:
Adding something completely typesafe seems like a real loss - if you
want to point to something else at least point to a particular type -
eg,
struct foo;
struct pdata {
int other_stuff;
struct foo *foo;
};
It'd also help if you could articulate the problem you see with the
current approach...
--