We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6bdba commit 5da6dbeCopy full SHA for 5da6dbe
1 file changed
src/symbols/label.py
@@ -17,7 +17,7 @@
17
18
19
class SymbolLABEL(SymbolVAR):
20
- prefix = '__LABEL__'
+ prefix = '_'
21
22
def __init__(self, name, lineno):
23
super().__init__(name, lineno)
0 commit comments