Godmar Back <gback@cs.utah.edu> writes: > Oh, okay, I see, you could define >> typedef struct { > Hjava_lang_Class *iface; > methodptr *meth[1]; > } *partialiftable; > in this case too. Yes, but that adds an extra level indirection, which is to be avoided if possible. -- --Per Bothner per@bothner.com http://www.bothner.com/~per/