mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 00:36:33 +00:00
Berry report from upstream !BE_USE_PRECOMPILED_OBJECT (#23549)
This commit is contained in:
parent
9392ac7d55
commit
e30ad61e00
@ -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)
|
||||
|
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user