Use only interned (unique) strings.

This commit is contained in:
Roberto Raggi
2010-11-11 14:28:05 +01:00
parent 7f4792bf6e
commit 06df2e2d29
3 changed files with 18 additions and 18 deletions

View File

@@ -167,7 +167,7 @@ switch(ruleno) {
#line 461 "./glsl.g"
case 0: {
ast(1) = new IdentifierExpression(*sym(1).string);
ast(1) = new IdentifierExpression(sym(1).string);
} break;
#line 468 "./glsl.g"