Berry upstream (#18471)

This commit is contained in:
s-hadinger 2023-04-21 22:36:18 +02:00 committed by GitHub
parent f46b9f4e2d
commit f5e6ba956d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -422,7 +422,7 @@ const bvector _name = { \
}
#define be_define_const_native_module(_module) \
const bntvmodule_t be_native_module_##_module = { \
const bntvmodule_t be_native_module_##_module = { \
#_module, \
0, 0, \
(bmodule*)&(m_lib##_module) \

View File

@ -765,7 +765,6 @@ BERRY_API bint be_str2int(const char *str, const char **endstr);
* @return (???)
*/
BERRY_API breal be_str2real(const char *str, const char **endstr);
BERRY_API const char *be_str2num(bvm *vm, const char *str);
/**
* @fn const char* be_str2num(bvm *vm, const char *str)
@ -792,7 +791,6 @@ BERRY_API const char* be_str2num(bvm *vm, const char *str);
*/
BERRY_API int be_top(bvm *vm);
/**
* @fn const char* be_typename(bvm *vm, int index)
* @note FFI function