commit | 3f269675d47dead291679bde9268aef174f8a9b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 11:11:11 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 11:11:11 2009 +0000 |
tree | 4125dd9a82beb898e6776ba30c256851e473a0c4 | |
parent | badfde1bfe756d529389bee7084341e4adbdf495 [diff] [blame] |
updated for version 7.2-269
diff --git a/src/macros.h b/src/macros.h index 68ea6bc..51e4dd4 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