Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / engine / ctltotex.ml
index 2c658c5..d2f453d 100644 (file)
@@ -1,4 +1,8 @@
 (*
+ * Copyright 2012, INRIA
+ * Julia Lawall, Gilles Muller
+ * Copyright 2010-2011, INRIA, University of Copenhagen
+ * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
  * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
  * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
  * This file is part of Coccinelle.
@@ -250,7 +254,7 @@ let ctltotex rule pp pv ctls o =
       Printf.fprintf o "%s\n" res)
     ctls;
   Printf.fprintf o "\\end{array}\\]\n\n"
-  
+
 let make_prelude o = Printf.fprintf o "%s\n" prelude
 let make_postlude o = Printf.fprintf o "%s\n" postlude
 
@@ -267,6 +271,7 @@ let pred2c = function
   | Lib_engine.LoopFallThrough -> ("\\msf{LoopFallThrough}",15)
   | Lib_engine.Return -> ("\\msf{Return}",6)
   | Lib_engine.FunHeader -> ("\\msf{FunHeader}",9)
+  | Lib_engine.UnsafeBrace -> ("\\msf{UnsafeBrace}",11)
   | Lib_engine.Top -> ("\\msf{Top}",3)
   | Lib_engine.Exit -> ("\\msf{Exit}",4)
   | Lib_engine.ErrorExit -> ("\\msf{ErrorExit}",9)