On Sat, Feb 05, 2011 at 06:59:06PM -0500, Dazhi Zhang wrote:
> the declaration of "static int a; " is not matched by any case. It can be
> caught if there is not "static" ahead.

I cannot confirm your finding.  My Cil matches
        static int n;
in the
        Cil.GVar (variable, initialization, location)
branch of "method vglob" as I expect it, because it is a variable
definition (not a declaration).


/Chris

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to