comparison src/version.c @ 19427:fdfe44ac6a1a v8.2.0271

patch 8.2.0271: the "num64" feature is available everywhere Commit: https://github.com/vim/vim/commit/82f654e092ac5b86316bc1b30c0b07a849813186 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 17 22:12:50 2020 +0100 patch 8.2.0271: the "num64" feature is available everywhere Problem: The "num64" feature is available everywhere and building without it causes problems. Solution: Graduage the "num64" feature. (James McCoy, closes #5650)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Feb 2020 22:15:07 +0100
parents 67fbe280a502
children 7096af834c42
comparison
equal deleted inserted replaced
19426:23bd41ec57fb 19427:fdfe44ac6a1a
434 #ifdef FEAT_NETBEANS_INTG 434 #ifdef FEAT_NETBEANS_INTG
435 "+netbeans_intg", 435 "+netbeans_intg",
436 #else 436 #else
437 "-netbeans_intg", 437 "-netbeans_intg",
438 #endif 438 #endif
439 #ifdef FEAT_NUM64
440 "+num64", 439 "+num64",
441 #else
442 "-num64",
443 #endif
444 #ifdef FEAT_GUI_MSWIN 440 #ifdef FEAT_GUI_MSWIN
445 # ifdef FEAT_OLE 441 # ifdef FEAT_OLE
446 "+ole", 442 "+ole",
447 # else 443 # else
448 "-ole", 444 "-ole",
740 NULL 736 NULL
741 }; 737 };
742 738
743 static int included_patches[] = 739 static int included_patches[] =
744 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 271,
745 /**/ 743 /**/
746 270, 744 270,
747 /**/ 745 /**/
748 269, 746 269,
749 /**/ 747 /**/