wcc/cgen: drop underscore from cgen_*.ww filenames

This commit is contained in:
2026-05-11 16:19:46 +09:00
parent 177862fb29
commit 1e7be36577
9 changed files with 43 additions and 42 deletions

View File

@@ -31,11 +31,11 @@ use sym;
use strconv;
// Split files. Bundler pulls these in transitively so consumers only
// need `use cgen;`. Order matters for the flat-bundle concat — utils
// first so cgen_expr/stmt/decl can reference helpers defined here.
use cgen_util;
use cgen_expr;
use cgen_stmt;
use cgen_decl;
// first so cgenexpr/stmt/decl can reference helpers defined here.
use cgenutil;
use cgenexpr;
use cgenstmt;
use cgendecl;
// ---- typedef alias registry -----------------------------------------
//