Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / parsing_c / control_flow_c.mli
index 3938bb4..2fd99ff 100644 (file)
@@ -64,8 +64,8 @@ type node = node1 * string (* For debugging. Used by print_graph *)
 
   (* no counter part in cocci *)
   | CaseRange of statement * (expression * expression) wrap
-  | Label     of statement * string wrap
-  | Goto      of statement * string wrap
+  | Label     of statement * name * unit wrap
+  | Goto      of statement * name * unit wrap
 
 
   | Asm of statement * asmbody wrap
@@ -85,6 +85,7 @@ type node = node1 * string (* For debugging. Used by print_graph *)
   | InLoopNode
   | AfterNode
   | FallThroughNode
+  | LoopFallThroughNode
   | ErrorExit
 
 type edge = Direct