From a2aa31a9269641839178b0c0663dc67405c33d3e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 23 Feb 2014 22:52:40 +0100 Subject: 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. --- src/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index a4e216bbcc..10f3476137 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -37,10 +37,10 @@ #undef UNIX /* Defined to the size of an int */ -#undef SIZEOF_INT +#undef VIM_SIZEOF_INT /* Defined to the size of a long */ -#undef SIZEOF_LONG +#undef VIM_SIZEOF_LONG /* Defined to the size of off_t */ #undef SIZEOF_OFF_T -- cgit v1.2.3