comparison src/proto.h @ 15567:c9230ee2b1ad v8.1.0791

patch 8.1.0791: a few compiler warnings on VMS commit https://github.com/vim/vim/commit/563bbeabcce5580e03648e687bd7ddb9626a03d9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 22 21:45:40 2019 +0100 patch 8.1.0791: a few compiler warnings on VMS Problem: A few compiler warnings on VMS. Solution: Remove type cast. Adjust #ifdef. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Jan 2019 22:00:05 +0100
parents 41fbbcea0f1b
children 62b3805506b3
comparison
equal deleted inserted replaced
15566:edc9fc7cd03b 15567:c9230ee2b1ad
254 ; 254 ;
255 255
256 # endif 256 # endif
257 257
258 # if defined(FEAT_GUI) || defined(FEAT_JOB_CHANNEL) 258 # if defined(FEAT_GUI) || defined(FEAT_JOB_CHANNEL)
259 # if defined(UNIX) || defined(MACOS_X) 259 # if defined(UNIX) || defined(MACOS_X) || defined(VMS)
260 # include "pty.pro" 260 # include "pty.pro"
261 # endif 261 # endif
262 # endif 262 # endif
263 263
264 # ifdef FEAT_GUI 264 # ifdef FEAT_GUI