Tony wrote:
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
> -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=3D1 -o objects/window.o window.c
> window.c: In function =E2=80=98may_trigger_win_scrolled_resized=E2=80=99:
> window.c:3137:27: error: =E2=80=98scroll_dict=E2=80=99 undeclared (first us=
> e in this
> function); did you mean =E2=80=98scroll_start=E2=80=99?
> 3137 | if (trigger_scroll && scroll_dict !=3D NULL)
> | ^~~~~~~~~~~
> | scroll_start
> window.c:3137:27: note: each undeclared identifier is reported only
> once for each function it appears in
> make: *** [Makefile:3511: objects/window.o] Error 1
Patch 9.0.0929 fixes this.
--
"A clear conscience is usually the sign of a bad memory."
-- Steven Wright
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20221123143359.800951C211B%40moolenaar.net.