mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
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)
This commit is contained in:
@@ -3545,9 +3545,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
"mzscheme",
|
||||
#endif
|
||||
#endif
|
||||
#ifdef FEAT_NUM64
|
||||
"num64",
|
||||
#endif
|
||||
#ifdef FEAT_OLE
|
||||
"ole",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user