glsl: Add missing semicolon in the grammar
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Nov 2012 06:36:28 +0000 (22:36 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 6 Dec 2012 20:13:22 +0000 (12:13 -0800)
This may not be strictly necessary, but every other rule in the grammar ends
with a semicolon.  It also appears that this was supposed to be commited with
the original patch that changed this rule, but the wrong version of the patch
was accidentally pushed.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/glsl_parser.yy

index f12336883483147ffbd1061b43bab4a4b4d2a3e6..d8494667bf2d34b041fc27439f9c774eb53642eb 100644 (file)
@@ -1088,6 +1088,7 @@ layout_qualifier_id_list:
 integer_constant:
        INTCONSTANT { $$ = $1; }
        | UINTCONSTANT { $$ = $1; }
+       ;
 
 layout_qualifier_id:
        any_identifier