"Nayan " <[EMAIL PROTECTED]> wrote:
        /usr/include/glib-2.0/glib/gtypes.h:43:8: Parse Error:
            Non-function declaration: G_BEGIN_DECLS :
            int. (For help on parse errors, see splint -help parseerrors.)
        *** Cannot continue.
        
It looks as though you are not including the header where
G_BEGIN_DECLS is #defined.  For use with C, <glib.h> is supposed
to #define G_BEGIN_DECLS and G_END_DECLS both as having empty replacements.

_______________________________________________
splint-discuss mailing list
[EMAIL PROTECTED]
http://www.splint.org/mailman/listinfo/splint-discuss

Reply via email to