From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 49A6426A94 for ; Thu, 8 Aug 2019 17:35:16 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ErJmOEVdTCBL for ; Thu, 8 Aug 2019 17:35:09 -0400 (EDT) Received: from smtp20.mail.ru (smtp20.mail.ru [94.100.179.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id D9B1426A98 for ; Thu, 8 Aug 2019 17:34:55 -0400 (EDT) Subject: [tarantool-patches] ***UNCHECKED*** Re: [PATCH 1/2] Move mp_compare_double_uint64() to trivia.h References: <2ff7204c9f8b908b028bec926635118ce1982674.1565120194.git.korablev@tarantool.org> From: Vladislav Shpilevoy Message-ID: <667d75e3-9e7a-2d91-ea6b-6c4a400c788a@tarantool.org> Date: Thu, 8 Aug 2019 23:37:24 +0200 MIME-Version: 1.0 In-Reply-To: <2ff7204c9f8b908b028bec926635118ce1982674.1565120194.git.korablev@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org, Nikita Pettik Thanks for the patch! > Move mp_compare_double_uint64() to trivia.h I guess, it is 'trivia/util.h', not 'trivia.h'.