0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.0059

Problem:    Vim does not build on VMS systems.
Solution:   Various changes for VMS. (Zoltan Arpadffy)
This commit is contained in:
Bram Moolenaar
2016-11-04 20:35:31 +01:00
parent 91e44a3305
commit de5e2c219b
10 changed files with 105 additions and 34 deletions

View File

@@ -16,6 +16,10 @@
#include "vim.h"
#ifdef VAX
# undef FEAT_FLOAT // VAX does not handle well the Infinities
#endif
#if defined(FEAT_EVAL) || defined(PROTO)
static int json_encode_item(garray_T *gap, typval_T *val, int copyID, int options);