[Tarantool-patches] [PATCH 1/3] misc: add lmisclib.h to lua.hpp header

Igor Munkin imun at tarantool.org
Sun Oct 18 19:39:06 MSK 2020


Sergey,

Thanks for the patch! LGTM, no questions.

On 16.10.20, Sergey Kaplun wrote:
> This patch adds missing lmisclib.h header to C++ wrapper
> for LuaJIT header files as part of extended public API.
> 
> Follows up tarantool/tarantool#5187
> ---
>  src/lua.hpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/lua.hpp b/src/lua.hpp
> index 07e9002..56ae165 100644
> --- a/src/lua.hpp
> +++ b/src/lua.hpp
> @@ -5,5 +5,6 @@ extern "C" {
>  #include "lauxlib.h"
>  #include "lualib.h"
>  #include "luajit.h"
> +#include "lmisclib.h"
>  }
>  
> -- 
> 2.28.0
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list