On Fri, Oct 22, 2010 at 04:37:31PM +0200, Claudio M. Alessi wrote: > I have no idea why the pertag patch moves the Monitor struct after the > config.h > inclusion but I "feel" it's wrong. You should move the config.h at the end of > all structures definitions in order to ``allow nested code to access above > variables''. This way, everything will works properly out of the box. > That's all.
Because it depends on LENGTH(tags) for some array members, and therefore needs config.h to be included before the Monitor struct definition...