X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/5626f154460b8f6fc435bb3ee75c8297b1155a69..1eddfd5052863e93b723b26a1d1266471882f234:/parsing_c/ast_c.ml diff --git a/parsing_c/ast_c.ml b/parsing_c/ast_c.ml index 51facfe..9cfd69a 100644 --- a/parsing_c/ast_c.ml +++ b/parsing_c/ast_c.ml @@ -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 ?