diff options
| author | gingerBill <bill@gingerbill.org> | 2024-07-08 13:59:25 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-07-08 13:59:25 +0100 |
| commit | 0f664893dd5cd9b40ac7d4d205df7aa631616f68 (patch) | |
| tree | 769b25490e253518ec17a8efc37ca5728ac64c61 /src/checker.cpp | |
| parent | 04e0b3e270c3dc59202e069bfe76c7c20ad7997f (diff) | |
Add sort for global types and procedures
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 503494c76..18b9db6ef 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -519,7 +519,7 @@ gb_internal Entity *scope_insert_no_mutex(Scope *s, Entity *entity) { } -GB_COMPARE_PROC(entity_variable_pos_cmp) { +gb_internal GB_COMPARE_PROC(entity_variable_pos_cmp) { Entity *x = *cast(Entity **)a; Entity *y = *cast(Entity **)b; |