Add 3 missing reserved keywords.
authorJohn Kessenich <cepheus@frii.com>
Fri, 26 Apr 2013 09:36:42 +0000 (09:36 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 26 Apr 2013 09:36:42 +0000 (09:36 +0000)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21296 e7fa87d3-cd2b-0410-9028-fcbf551c1848

glslang/MachineIndependent/glslang.l

index e7691c9..29b114b 100644 (file)
@@ -470,6 +470,9 @@ int yy_input(char* buf, int max_size);
 \r
 "struct"        {   pyylval->lex.line = yylineno; return STRUCT; }\r
 \r
+"common"        {   PaReservedWord(); return 0; }\r
+"partition"     {   PaReservedWord(); return 0; }\r
+"active"        {   PaReservedWord(); return 0; }\r
 "asm"           {   PaReservedWord(); return 0; }\r
 "class"         {   PaReservedWord(); return 0; }\r
 "union"         {   PaReservedWord(); return 0; }\r