mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
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)
This commit is contained in:
@@ -256,7 +256,7 @@ void ch_log(channel_T *ch, const char *fmt, ...)
|
||||
# endif
|
||||
|
||||
# if defined(FEAT_GUI) || defined(FEAT_JOB_CHANNEL)
|
||||
# if defined(UNIX) || defined(MACOS_X)
|
||||
# if defined(UNIX) || defined(MACOS_X) || defined(VMS)
|
||||
# include "pty.pro"
|
||||
# endif
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user