On 07-Sep-2016 04:25, Bram Moolenaar wrote:
Patch 7.4.2335
Problem:    taglist() is slow. (Luc Hermitte)
Solution:   Check for CTRL-C less often when doing a linear search. (closes
             #1044)
Files:      src/tag.c



Applying this patch causes a compile failure if FEAT_TAG_BINS is not defined (on Mingw64): gcc -c -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -pipe -march=native -Wall -O3 -fomit-frame-pointer -freg-struct-return -s tag.c -o gobjnative/tag.o
tag.c: In function 'find_tags':
tag.c:1582:19: error: 'TS_BINARY' undeclared (first use in this function)
      if (state == TS_BINARY || state == TS_SKIP_BACK)
                   ^~~~~~~~~
tag.c:1582:19: note: each undeclared identifier is reported only once for each function it appears in
tag.c:1582:41: error: 'TS_SKIP_BACK' undeclared (first use in this function)
      if (state == TS_BINARY || state == TS_SKIP_BACK)
                                         ^~~~~~~~~~~~
Make_cyg_ming.mak:873: recipe for target 'gobjnative/tag.o' failed

Cheers
John

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui