Patch 8.2.3231
Problem: Build failure with small features.
Solution: Adjust #ifdef.
Files: src/errors.h
*** ../vim-8.2.3230/src/errors.h 2021-07-27 22:00:39.741712405 +0200
--- src/errors.h 2021-07-27 22:34:53.973475459 +0200
***************
*** 224,231 ****
--- 224,233 ----
INIT(= N_("E1024: Using a Number as a String"));
EXTERN char e_using_rcurly_outside_if_block_scope[]
INIT(= N_("E1025: Using } outside of a block scope"));
+ #endif
EXTERN char e_missing_rcurly[]
INIT(= N_("E1026: Missing }"));
+ #ifdef FEAT_EVAL
EXTERN char e_missing_return_statement[]
INIT(= N_("E1027: Missing return statement"));
EXTERN char e_compiling_def_function_failed[]
*** ../vim-8.2.3230/src/version.c 2021-07-27 22:21:39.831052444 +0200
--- src/version.c 2021-07-27 22:35:30.033397903 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3231,
/**/
--
hundred-and-one symptoms of being an internet addict:
254. You wake up daily with your keyboard printed on your forehead.
/// 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/202107272036.16RKa9Zo1691323%40masaka.moolenaar.net.