summaryrefslogtreecommitdiff
path: root/src/os_vms_conf.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-02-23 22:52:40 +0100
committerBram Moolenaar <Bram@vim.org>2014-02-23 22:52:40 +0100
commita2aa31a9269641839178b0c0663dc67405c33d3e (patch)
treefba5b26febe0f352a4ad0a9cace397f479ced86c /src/os_vms_conf.h
parent7d311c52ce2859f67532e0a4b604eb8147473c01 (diff)
downloadvim-git-a2aa31a9269641839178b0c0663dc67405c33d3e.tar.gz
updated for version 7.4.188v7.4.188
Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
Diffstat (limited to 'src/os_vms_conf.h')
-rw-r--r--src/os_vms_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_vms_conf.h b/src/os_vms_conf.h
index ade1ea3a4..4058e4a36 100644
--- a/src/os_vms_conf.h
+++ b/src/os_vms_conf.h
@@ -23,7 +23,7 @@
#define HAVE_DATE_TIME
/* Defined to the size of an int */
-#define SIZEOF_INT 4
+#define VIM_SIZEOF_INT 4
/* #undef USEBCOPY */
#define USEMEMMOVE