diff options
| author | gingerBill <bill@gingerbill.org> | 2025-02-17 11:32:49 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-02-17 11:32:49 +0000 |
| commit | 99d91ccd31366e78c7ec0e94b5e3d473806721ed (patch) | |
| tree | cd782b3e6023bc1799d0c126449b24b1ab16150f /src/checker.cpp | |
| parent | 4eba3698aa1dde15abd22de1452229293282efee (diff) | |
Work on making name mangling deterministic
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index bfcabe4fa..c74a72a14 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -3894,6 +3894,7 @@ gb_internal DECL_ATTRIBUTE_PROC(type_decl_attribute) { #include "check_expr.cpp" #include "check_builtin.cpp" #include "check_type.cpp" +#include "name_canonicalization.cpp" #include "check_decl.cpp" #include "check_stmt.cpp" |