comparison src/os_vms_conf.h @ 17262:041156ce1d22 v8.1.1630

patch 8.1.1630: various small problems commit https://github.com/vim/vim/commit/e809a4ed3014fbf717c936c727291b5f038829a5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 17:35:05 2019 +0200 patch 8.1.1630: various small problems Problem: Various small problems. Solution: Various small improvements.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 17:45:04 +0200
parents 2ad5f0ffaa2e
children 6e3dc2d630c2
comparison
equal deleted inserted replaced
17261:432714f5c0f7 17262:041156ce1d22
22 22
23 /* Define when __DATE__ " " __TIME__ can be used */ 23 /* Define when __DATE__ " " __TIME__ can be used */
24 #define HAVE_DATE_TIME 24 #define HAVE_DATE_TIME
25 25
26 /* Defined to the size of an int */ 26 /* Defined to the size of an int */
27 #define VIM_SIZEOF_INT 4 27 #define VIM_SIZEOF_INT 4
28 28
29 /* #undef USEBCOPY */ 29 /* #undef USEBCOPY */
30 #define USEMEMMOVE 30 #define USEMEMMOVE
31 /* #undef USEMEMCPY */ 31 /* #undef USEMEMCPY */
32 32