> > are you talking about all occurences of X/lib/.h ? > > i'm bit confused what all the numbers mean, eg # 1 > > "/usr/include/X11/Xatom.h" 1 3 4 > > The first one is the line number, I don't know about the others.
i learnt meanwhile `1' indicates the start of a new file. `2' indicates returning to a file (after having included another file). `3' indicates that the following text comes from a system header file, so certain warnings should be suppressed. `4' indicates that the following text should be treated as being wrapped in an implicit extern "C" block. btw in addition i use --enable-monolithic-insets and still see many insets/Inset*.cpp compiled individually. is it supposed to be this way ? pavel