summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-17 22:12:50 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-17 22:12:50 +0100
commit82f654e092ac5b86316bc1b30c0b07a849813186 (patch)
tree8a6ba00df3ea0f536d4fe559f0f6093146466062 /src/evalfunc.c
parentbc2b71d44a0b90b6aeb3534a76912fccbe5577df (diff)
patch 8.2.0271: the "num64" feature is available everywherev8.2.0271
Problem: The "num64" feature is available everywhere and building without it causes problems. Solution: Graduage the "num64" feature. (James McCoy, closes #5650)
Diffstat (limited to 'src/evalfunc.c')
-rw-r--r--src/evalfunc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 3e1a462d19..f1a06caaac 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -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