0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2-269

This commit is contained in:
Bram Moolenaar
2009-11-03 11:11:11 +00:00
parent badfde1bfe
commit 3f269675d4
6 changed files with 64 additions and 24 deletions

View File

@@ -243,7 +243,7 @@
#endif
#ifdef STARTUPTIME
# define TIME_MSG(s) time_msg(s, NULL)
# define TIME_MSG(s) { if (time_fd != NULL) time_msg(s, NULL); }
#else
# define TIME_MSG(s)
#endif