comparison src/os_vms_conf.h @ 5684:136f05449f29 v7.4.188

updated for version 7.4.188 Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Feb 2014 22:52:40 +0100
parents 33148c37f3c9
children 47a673b20e49
comparison
equal deleted inserted replaced
5683:ad27683db066 5684:136f05449f29
21 21
22 /* Define when __DATE__ " " __TIME__ can be used */ 22 /* Define when __DATE__ " " __TIME__ can be used */
23 #define HAVE_DATE_TIME 23 #define HAVE_DATE_TIME
24 24
25 /* Defined to the size of an int */ 25 /* Defined to the size of an int */
26 #define SIZEOF_INT 4 26 #define VIM_SIZEOF_INT 4
27 27
28 /* #undef USEBCOPY */ 28 /* #undef USEBCOPY */
29 #define USEMEMMOVE 29 #define USEMEMMOVE
30 /* #undef USEMEMCPY */ 30 /* #undef USEMEMCPY */
31 31