Berry report from upstream !BE_USE_PRECOMPILED_OBJECT (#23549)

This commit is contained in:
s-hadinger 2025-06-14 16:07:31 +02:00 committed by GitHub
parent 9392ac7d55
commit e30ad61e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ be_native_module_attr_table(debug) {
be_native_module_function("top", m_top),
#if BE_DEBUG_VAR_INFO
be_native_module_function("varname", m_varname),
be_native_module_function("upvname", m_upvname)
be_native_module_function("upvname", m_upvname),
#endif
be_native_module_function("caller", m_caller),
be_native_module_function("gcdebug", m_gcdebug)

View File

@ -515,7 +515,7 @@ void be_load_listlib(bvm *vm)
{ "reverse", m_reverse },
{ "copy", m_copy },
{ "keys", m_keys },
{ "tobool", m_tobool }
{ "tobool", m_tobool },
{ "..", m_connect },
{ "+", m_merge },
{ "==", m_equal },