comparison src/evalfunc.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 bd9069d21c5d
children 0d3dcb4476ba
comparison
equal deleted inserted replaced
19426:23bd41ec57fb 19427:fdfe44ac6a1a
3543 #ifdef FEAT_MZSCHEME 3543 #ifdef FEAT_MZSCHEME
3544 #ifndef DYNAMIC_MZSCHEME 3544 #ifndef DYNAMIC_MZSCHEME
3545 "mzscheme", 3545 "mzscheme",
3546 #endif 3546 #endif
3547 #endif 3547 #endif
3548 #ifdef FEAT_NUM64
3549 "num64", 3548 "num64",
3550 #endif
3551 #ifdef FEAT_OLE 3549 #ifdef FEAT_OLE
3552 "ole", 3550 "ole",
3553 #endif 3551 #endif
3554 #ifdef FEAT_EVAL 3552 #ifdef FEAT_EVAL
3555 "packages", 3553 "packages",