Release coccinelle-0.2.4rc6
[bpt/coccinelle.git] / parsing_c / ast_c.ml
index 51facfe..9cfd69a 100644 (file)
@@ -209,6 +209,9 @@ and fullType = typeQualifier * typeC
      and  baseType = Void
                    | IntType   of intType
                   | FloatType of floatType
+                  | SizeType
+                  | SSizeType
+                  | PtrDiffType
 
          (* stdC: type section
            * add  a | SizeT ?