mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
Update codeobject.h
This commit is contained in:
parent
730201907c
commit
9269f6f68a
@ -61,7 +61,7 @@ struct CodeObject {
|
||||
PyVarList consts;
|
||||
std::vector<std::pair<_Str, NameScope>> names;
|
||||
emhash8::HashMap<_Str, int> global_names;
|
||||
std::vector<CodeBlock> blocks = { CodeBlock{NO_BLOCK, {}, -1} };
|
||||
std::vector<CodeBlock> blocks = { CodeBlock{NO_BLOCK, -1} };
|
||||
emhash8::HashMap<_Str, int> labels;
|
||||
|
||||
// tmp variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user