Ketaki had pointed a minor bug a long time back. This patch fixes it.

Index: parser.c
===================================================================
--- parser.c    (revision 174754)
+++ parser.c    (working copy)
@@ -882,6 +882,7 @@
   switch (code)
     {
     case INTEGER_TYPE:
+      gl_consume_expected_token (parser->lexer, CPP_LESS);
       gl_consume_expected_token (parser->lexer, CPP_NUMBER);
       gl_consume_expected_token (parser->lexer, CPP_RSHIFT);
       break;

The changelog is:

2011-10-11  Sandeep Soni  <soni.sande...@gmail.com>

        * parser.c (gp_parse_var_decl): Fixed a bug for the
        missing symbol 'CPP_LESS' in the 'INTEGER_TYPE' declaration.

-- 
Cheers
Sandy

Reply via email to