Mark repeat symbols as anonymous
This commit is contained in:
parent
fa8993460e
commit
1c66d90203
2 changed files with 4 additions and 1 deletions
|
|
@ -165,6 +165,9 @@ class CCodeGenerator {
|
|||
line(".named = false,");
|
||||
break;
|
||||
case VariableTypeHidden:
|
||||
line(".visible = false,");
|
||||
line(".named = true,");
|
||||
break;
|
||||
case VariableTypeAuxiliary:
|
||||
line(".visible = false,");
|
||||
line(".named = false,");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue