contrib/objcwrapper grammar: add the size_t primitive type
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 26 Aug 2015 20:52:38 +0000 (16:52 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 27 Aug 2015 19:26:50 +0000 (15:26 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/objcwrapper/grammar/objc.sablecc

index f5c90c8..0a4bb52 100644 (file)
@@ -197,7 +197,8 @@ Parser
         'long long int' |
         'float' |
         'double' |
-        'long double';
+        'long double' |
+        'size_t';
 
     classe =
         {class:} class |