Hi,

Suppose there is a statement

static int a;

In the vglob function, e.g.,

 method vglob g =
  match g with
  GVarDecl(v, l)  -> begin
      DoChildren
      end
  |GVar(v,init,loc) ->
      DoChildren
  | GFun(f, l) ->
      DoChildren
  | GType(t,l) ->
      DoChildren
  | GCompTag(c, l) ->
      DoChildren
  | _ ->

the declaration of "static int a; " is not matched by any case. It can be
caught if there is not "static" ahead.

So why is this?

-Dz
------------------------------------------------------------------------------
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