diff options
| author | gingerBill <bill@gingerbill.org> | 2022-11-11 14:45:22 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-11-11 14:45:22 +0000 |
| commit | 16fc96101049ef884401ab6182ea860390abd6a9 (patch) | |
| tree | 1b4780cc59b664cc9622b174246235143dc4ecf1 /src/types.cpp | |
| parent | d2701d8b13bce7ac684c215e5ec4bd1dd65f670a (diff) | |
Begin work on map static set
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index 74b192010..47007491d 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -694,6 +694,7 @@ gb_global Type *t_raw_map_ptr = nullptr; gb_global Type *t_equal_proc = nullptr; gb_global Type *t_hasher_proc = nullptr; gb_global Type *t_map_get_proc = nullptr; +gb_global Type *t_map_set_proc = nullptr; gb_global Type *t_objc_object = nullptr; gb_global Type *t_objc_selector = nullptr; |