Jyotheeswara Rao Kurma <[EMAIL PROTECTED]> had trouble
using lclint with a system header <asm/types.h> :
        --------------------------------------------------------------------
        /usr/include/asm/types.h:11:24: Parse Error:
            Suspect missing struct or union keyword: __signed__ :
            unsigned short int. (For help on parse errors, see lclint -help
            parseerrors.)
        *** Cannot continue.
        ----------------------------------------------------------------------

So what does that line of /usr/include/asm/types.h actually look like?

What happens if you
    #define __signed__ signed
before #including that file?

Reply via email to