Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / parsing_cocci / parser_cocci_menhir.mli
index b81a4c8..0e32475 100644 (file)
@@ -44,6 +44,8 @@ type token =
   | TTildeExclEq of (Data.clt)
   | TTildeEq of (Data.clt)
   | TTilde of (Data.clt)
+  | TSymbol
+  | TSymId of (string * Data.clt)
   | TSwitch of (Data.clt)
   | TSub of (Data.clt)
   | TString of (string * Data.clt)