Release coccinelle-0.1.1
[bpt/coccinelle.git] / parsing_cocci / index.ml
index e4b98a2..3396bd9 100644 (file)
@@ -21,7 +21,7 @@
 
 
 (* create an index for each constructor *)
-(* current max is 145 *)
+(* current max is 146 *)
 
 (* doesn't really work - requires that identical terms with no token
 subterms (eg dots) not appear on the same line *)
@@ -195,6 +195,7 @@ let statement s =
   | Ast0.Exp(exp) -> [83]
   | Ast0.TopExp(exp) -> [141]
   | Ast0.Ty(ty) -> [124]
+  | Ast0.TopInit(init) -> [146]
   | Ast0.Dots(d,whencode) -> [84]
   | Ast0.Circles(d,whencode) -> [85]
   | Ast0.Stars(d,whencode) -> [86]