Hi,

I have come across different type of parse error this time. 
When I run splint I get following error:

Splint 3.1.1 --- 26 Sep 2003

/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.


G_BEGIN_DECLS is a macro used along with G_END_DECLS. Only official documentation that 
I could find about it is at 
http://developer.gnome.org/doc/API/2.0/glib/glib-Miscellaneous-Macros.html

The offending code in gtypes.h is like:

G_BEGIN_DECLS            // line 7
// bunch of typedefs     // line 8
// lots of #defines
// some #ifs 
G_END_DECLS              // line 322

Any suggestions on how to fix this error. 

Thanks in advance,

Nayan






-- 
______________________________________
Get your free email from www.bolt.com!

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

Reply via email to