From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] Re: [PATCH v6 1/3] box: refactor key_def_set_compare_func routine From: Kirill Shcherbatov Reply-To: tarantool-patches@freelists.org References: <34cf8ed7af4b1da74a89a260562abe08526cd4e8.1552478226.git.kshcherbatov@tarantool.org> <20190314070447.dpdu3aocinfiwrtr@esperanza> <9b725e11-1fe7-6cad-d810-5181056cde9d@tarantool.org> Message-ID: Date: Fri, 15 Mar 2019 13:55:16 +0300 MIME-Version: 1.0 In-Reply-To: <9b725e11-1fe7-6cad-d810-5181056cde9d@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit To: tarantool-patches@freelists.org, Vladimir Davydov List-ID: @@ -1182,7 +1182,7 @@ static const comparator_with_key_signature precompiled_cmp_wk_arr[] = { KEY_COMPARATOR(1, FIELD_TYPE_STRING , 2, FIELD_TYPE_STRING) }; -#undef KEY_COMPARATORq +#undef KEY_COMPARATOR