Tony Mechelynck wrote: > After downloading 7.3.1146 to 7.3.1149, Huge build compiles but Tiny > doesn't: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -O2 > -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > -o objects/regexp.o regexp.c > In file included from regexp.c:7903:0: > regexp_nfa.c: In function ‘nfa_regexec_both’: > regexp_nfa.c:5894:35: error: ‘ireg_icombine’ undeclared (first use in > this function) > regexp_nfa.c:5894:35: note: each undeclared identifier is reported only > once for each function it appears in > make: *** [objects/regexp.o] Error 1 > exit status 2
Must be a missing #ifdef. Thanks for reporting. -- Two percent of zero is almost nothing. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/groups/opt_out.
