Patch 8.2.4546
Problem: Duplicate #undef.
Solution: Remove one #undef. (closes #9932)
Files: src/regexp_nfa.c
*** ../vim-8.2.4545/src/regexp_nfa.c 2022-01-31 14:59:33.522943638 +0000
--- src/regexp_nfa.c 2022-03-11 15:32:44.817535737 +0000
***************
*** 1269,1275 ****
EMIT2(c);
return OK;
#undef EMIT2
- #undef EMIT2
}
/*
--- 1269,1274 ----
*** ../vim-8.2.4545/src/version.c 2022-03-11 15:23:25.762808841 +0000
--- src/version.c 2022-03-11 15:33:34.481416049 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4546,
/**/
--
hundred-and-one symptoms of being an internet addict:
232. You start conversations with, "Have you gotten a fiber connection?"
/// 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/20220311153433.9DAAB1C0E03%40moolenaar.net.