On Sun, Nov 11, 2007 at 01:27:13PM +0100, Pavel Sanda wrote: > > > 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.
Ah... thanks for the explanation. > btw in addition i use --enable-monolithic-insets and still see many > insets/Inset*.cpp compiled individually. is it supposed to be this way? For some reason the feature seems to be gone? Andre'