comparison src/config.h.in @ 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 38a755adc580
children 410ef4f1a3d2
comparison
equal deleted inserted replaced
5683:ad27683db066 5684:136f05449f29
35 35
36 /* defined always when using configure */ 36 /* defined always when using configure */
37 #undef UNIX 37 #undef UNIX
38 38
39 /* Defined to the size of an int */ 39 /* Defined to the size of an int */
40 #undef SIZEOF_INT 40 #undef VIM_SIZEOF_INT
41 41
42 /* Defined to the size of a long */ 42 /* Defined to the size of a long */
43 #undef SIZEOF_LONG 43 #undef VIM_SIZEOF_LONG
44 44
45 /* Defined to the size of off_t */ 45 /* Defined to the size of off_t */
46 #undef SIZEOF_OFF_T 46 #undef SIZEOF_OFF_T
47 47
48 /* Defined to the size of time_t */ 48 /* Defined to the size of time_t */