From: Alexis Laferrière Date: Wed, 26 Aug 2015 20:52:38 +0000 (-0400) Subject: contrib/objcwrapper grammar: add the size_t primitive type X-Git-Tag: v0.7.8~61^2~2 X-Git-Url: http://nitlanguage.org contrib/objcwrapper grammar: add the size_t primitive type Signed-off-by: Alexis Laferrière --- diff --git a/contrib/objcwrapper/grammar/objc.sablecc b/contrib/objcwrapper/grammar/objc.sablecc index f5c90c8..0a4bb52 100644 --- a/contrib/objcwrapper/grammar/objc.sablecc +++ b/contrib/objcwrapper/grammar/objc.sablecc @@ -197,7 +197,8 @@ Parser 'long long int' | 'float' | 'double' | - 'long double'; + 'long double' | + 'size_t'; classe = {class:} class |