Tony wrote:
> On Sun, Jan 3, 2021 at 7:52 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.2.2289 > > Problem: Vim9: 'cpo' can become empty. > > Solution: Use empty_option instead of an empty string. Update quickfix > > buffer after restoring 'cpo'. (closes #7608) > > Files: src/evalfunc.c, src/syntax.c, src/eval.c, src/quickfix.c, > > src/evalbuffer.c, src/ex_eval.c, src/gui_motif.c, src/map.c, > > src/testdir/test_quickfix.vim > > > > Regression: Build error in gui_motif.c with Small features (I could > build a Small Vim with Motif GUI before) > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O2 > -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > -o objects/gui_motif.o gui_motif.c > gui_motif.c: In function ‘find_replace_callback’: > gui_motif.c:3528:10: error: ‘empty_options’ undeclared (first use in > this function); did you mean ‘empty_option’? > p_cpo = empty_options; > ^~~~~~~~~~~~~ > empty_option > gui_motif.c:3528:10: note: each undeclared identifier is reported only > once for each function it appears in > make: *** [Makefile:3296: objects/gui_motif.o] Error 1 > exit status 2 > Sun 3 Jan 21:10:00 CET 2021 Thanks for reporting. I don't think we have a CI test with Motif. -- >From "know your smileys": <>:-) Bishop /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202101032113.103LDGr42247072%40masaka.moolenaar.net.
