diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-03 11:11:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-03 11:11:11 +0000 |
commit | 3f269675d47dead291679bde9268aef174f8a9b7 (patch) | |
tree | 4125dd9a82beb898e6776ba30c256851e473a0c4 /src/macros.h | |
parent | badfde1bfe756d529389bee7084341e4adbdf495 (diff) | |
download | vim-git-3f269675d47dead291679bde9268aef174f8a9b7.tar.gz |
updated for version 7.2-269v7.2.269
Diffstat (limited to 'src/macros.h')
-rw-r--r-- | src/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h index 68ea6bcf1..51e4dd423 100644 --- a/src/macros.h +++ b/src/macros.h @@ -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 |