diff --git a/include/pocketpy/codeobject.h b/include/pocketpy/codeobject.h index 736bb8ec..3ccd4922 100644 --- a/include/pocketpy/codeobject.h +++ b/include/pocketpy/codeobject.h @@ -71,7 +71,7 @@ struct CodeObject { std::vector iblocks; // block index for each bytecode std::vector lines; - small_vector consts; + List consts; small_vector varnames; // local variables NameDictInt varnames_inv; small_vector blocks;