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
Best regards,
Tony.
--
--
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/CAJkCKXty3C42%3DRTDOVD%2B%2BjNRmvAQc8ASA8769OX5wz_oGc%2B64w%40mail.gmail.com.