comparison src/version.c @ 30316:f0afaca0bf74 v9.0.0494

patch 9.0.0494: small build misses float function declaraitons Commit: https://github.com/vim/vim/commit/96caa557f92f7e1fd61d4b401fefd30c91eb44f0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 17 21:57:43 2022 +0100 patch 9.0.0494: small build misses float function declaraitons Problem: Small build misses float function declaraitons. Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 23:00:03 +0200
parents d595be6d2186
children 1358585dde2b
comparison
equal deleted inserted replaced
30315:c95eb7dfc03f 30316:f0afaca0bf74
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 494,
702 /**/ 704 /**/
703 493, 705 493,
704 /**/ 706 /**/
705 492, 707 492,
706 /**/ 708 /**/