Patch 9.0.0395
Problem: Clang warnings for function prototypes.
Solution: Remove incomplete function prototypes. (closes #11068)
Files: src/xxd/xxd.c
*** ../vim-9.0.0394/src/xxd/xxd.c 2022-09-04 12:47:15.414692249 +0100
--- src/xxd/xxd.c 2022-09-06 16:20:52.448597869 +0100
***************
*** 134,142 ****
# endif
#endif
- extern long int strtol();
- extern long int ftell();
-
char version[] = "xxd 2022-01-14 by Juergen Weigert et al.";
#ifdef WIN32
char osver[] = " (Win32)";
--- 134,139 ----
*** ../vim-9.0.0394/src/version.c 2022-09-06 11:26:52.707124288 +0100
--- src/version.c 2022-09-06 16:31:14.324172186 +0100
***************
*** 705,706 ****
--- 705,708 ----
{ /* Add new patch number below this line */
+ /**/
+ 395,
/**/
--
hundred-and-one symptoms of being an internet addict:
15. Your heart races faster and beats irregularly each time you see a new WWW
site address in print or on TV, even though you've never had heart
problems before.
/// 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/20220906153204.20D531C0CF3%40moolenaar.net.