From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 4 Dec 2018 11:59:42 +0300 From: Vladimir Davydov Subject: Re: [PATCH 1/2] box: move info_handler interface into src/info Message-ID: <20181204085942.65kipzgtrsm7qkep@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org List-ID: On Tue, Dec 04, 2018 at 12:47:05AM +0300, Vladislav Shpilevoy wrote: > +void > +luaT_info_handler_create(struct info_handler *h, struct lua_State *L); You forgot to remove luaT_info_handler declaration from box/lua/info.h. I removed it by myself as well as the pointless _GNU_SOURCE definition and pushed the patch to 2.1.