1
0
forked from aniani/vim

patch 9.0.1285: various small problems

Problem:    Various small problems.
Solution:   Adjust white space and comments.
This commit is contained in:
Bram Moolenaar
2023-02-05 18:00:42 +00:00
parent 40b4872966
commit a9a6b0323e
6 changed files with 9 additions and 6 deletions

View File

@@ -273,8 +273,8 @@
#if defined(FEAT_NORMAL) \
&& defined(FEAT_EVAL) \
&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) \
&& (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
|| defined(MSWIN))
&& (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
|| defined(MSWIN))
# define FEAT_RELTIME
#endif