Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / engine / lib_engine.ml
index 7db4a94..5919dc9 100644 (file)
@@ -34,7 +34,7 @@ type predicate =
   | After (* pointer to the code after an if or while *)
   | FallThrough | LoopFallThrough
   | Return (* any exit from the current function *)
-  | FunHeader | Top | Exit | ErrorExit | Goto
+  | FunHeader | UnsafeBrace | Top | Exit | ErrorExit | Goto
   | Paren of Ast_cocci.meta_name
   | Match of Ast_cocci.rule_elem
   | Label of Ast_cocci.meta_name