Version 1.0.0-rc17 has been released. Some changes are:
[bpt/coccinelle.git] / parsing_c / token_c.ml
index 062dc47..37642e9 100644 (file)
@@ -177,6 +177,8 @@ could define a type  token_class = Comment | Ident | Operator | ...
   | TMul of (Ast_c.info)
   | TDiv of (Ast_c.info)
   | TMod of (Ast_c.info)
+  | TMin of (Ast_c.info)
+  | TMax of (Ast_c.info)
   | Tchar of (Ast_c.info)
   | Tshort of (Ast_c.info)
   | Tint of (Ast_c.info)