This commit is contained in:
ge
2026-05-01 23:03:05 +03:00
parent 04a644869e
commit ed674e41e1
10 changed files with 430 additions and 412 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ fn main() {
println("\tThis file is generated by make.vsh, DO NOT EDIT.")
println("*/\n")
for k, v in cdefs {
println("pub const ${k} = ${v.vtype}(${v.value})")
println("pub const ${k} = ${v.vtype}(${v.value}) // ${k.to_upper_ascii()}")
}
}