comparison src/testing.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 496221916885
children eafc0e07b188
comparison
equal deleted inserted replaced
25059:671ded1facd5 25060:54c0cb81e6a7
1258 } 1258 }
1259 1259
1260 void 1260 void
1261 f_test_gui_drop_files(typval_T *argvars UNUSED, typval_T *rettv UNUSED) 1261 f_test_gui_drop_files(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
1262 { 1262 {
1263 # ifdef FEAT_GUI 1263 #if defined(HAVE_DROP_FILE)
1264 int row; 1264 int row;
1265 int col; 1265 int col;
1266 int_u mods; 1266 int_u mods;
1267 char_u **fnames; 1267 char_u **fnames;
1268 int count = 0; 1268 int count = 0;