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 99491e3 commit 6e3fa74Copy full SHA for 6e3fa74
source/backends/uxn.d
@@ -71,7 +71,7 @@ class BackendUXN : CompilerBackend {
71
72
string TempLabel() {
73
++ tempLabelNum;
74
- return format("__temp_%d", tempLabelNum);
+ return format("temp_%d", tempLabelNum);
75
}
76
77
override string[] GetVersions() => [
0 commit comments