John Marriott wrote:
> On 27-Apr-2020 00:53, Bram Moolenaar wrote: > > Patch 8.2.0646 > > Problem: t_Co uses the value of $COLORS in the GUI. (Masato Nishihata) > > Solution: Ignore $COLORS for the GUI. (closes #5992) > > Files: src/os_unix.c, src/term.c > > > > > > > After this patch HP-UX spits out this error: > cc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -D_REENTRANT -o > objects/os_unix.o os_unix.c > cc: "os_unix.c", line 4199: error 1588: "colors" undefined. > cc: "os_unix.c", line 4199: warning 563: Argument #4 is not the correct > type. > *** Error exit code 1 > > Stop. > > The attached patch tries to fix it. Looks good, thanks for the fix. -- How To Keep A Healthy Level Of Insanity: 11. Specify that your drive-through order is "to go". /// 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/202004281958.03SJwwoi005467%40masaka.moolenaar.net.
