comparison src/evalfunc.c @ 25060:54c0cb81e6a7 v8.2.3067

patch 8.2.3067: building fails with Athena Commit: https://github.com/vim/vim/commit/1d1ce613cdc74721499660b1d8911de164e2862d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 19:02:52 2021 +0200 patch 8.2.3067: building fails with Athena Problem: Building fails with Athena. (Elimar Riesebieter) Solution: Adjust #ifdefs and add the 'drop_file' feature.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 19:15:03 +0200
parents e321dbddc076
children 8f2262c72178
comparison
equal deleted inserted replaced
25059:671ded1facd5 25060:54c0cb81e6a7
4576 1 4576 1
4577 #else 4577 #else
4578 0 4578 0
4579 #endif 4579 #endif
4580 }, 4580 },
4581 {"drop_file",
4582 #ifdef HAVE_DROP_FILE
4583 1
4584 #else
4585 0
4586 #endif
4587 },
4581 {"emacs_tags", 4588 {"emacs_tags",
4582 #ifdef FEAT_EMACS_TAGS 4589 #ifdef FEAT_EMACS_TAGS
4583 1 4590 1
4584 #else 4591 #else
4585 0 4592 0