mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
Mock out #no_capture for future use
This commit is contained in:
+2
-2
@@ -181,7 +181,7 @@ char const *ProcCheckedState_strings[ProcCheckedState_COUNT] {
|
||||
"Checked",
|
||||
};
|
||||
|
||||
struct NoCaptureData {
|
||||
struct VariadicReuseData {
|
||||
Type *slice_type; // ..elem_type
|
||||
isize max_count;
|
||||
};
|
||||
@@ -224,7 +224,7 @@ struct DeclInfo {
|
||||
|
||||
Array<BlockLabel> labels;
|
||||
|
||||
Array<NoCaptureData> no_captures;
|
||||
Array<VariadicReuseData> variadic_reuses;
|
||||
|
||||
// NOTE(bill): this is to prevent a race condition since these procedure literals can be created anywhere at any time
|
||||
struct lbModule *code_gen_module;
|
||||
|
||||
Reference in New Issue
Block a user