lib,wcc,w6a,w6l: char-literals for remaining source magic decimals (Wave-1)

This commit is contained in:
2026-06-02 21:02:26 +09:00
parent 2131ae0dee
commit 688275bfd6
17 changed files with 86 additions and 86 deletions

View File

@@ -1495,7 +1495,7 @@ fn structlookup(c: *cgen, name: str) *structinfo = {
// prevents same-leaf structs in two modules from collapsing.
let i: i32 = name.len - 1;
for (i >= 0) {
if (name[i] == 46u8) { // '.'
if (name[i] == '.') {
let pkg: str;
pkg.ptr = name.ptr;
pkg.len = i;