comparison src/macros.h @ 1972:82f866f19e91 v7.2.269

updated for version 7.2-269
author vimboss
date Tue, 03 Nov 2009 11:11:11 +0000
parents c8f343a465a2
children caca0ddd789b
comparison
equal deleted inserted replaced
1971:11c6bda3b53a 1972:82f866f19e91
241 # define ZDECODE(c) update_keys(c ^= decrypt_byte()) 241 # define ZDECODE(c) update_keys(c ^= decrypt_byte())
242 242
243 #endif 243 #endif
244 244
245 #ifdef STARTUPTIME 245 #ifdef STARTUPTIME
246 # define TIME_MSG(s) time_msg(s, NULL) 246 # define TIME_MSG(s) { if (time_fd != NULL) time_msg(s, NULL); }
247 #else 247 #else
248 # define TIME_MSG(s) 248 # define TIME_MSG(s)
249 #endif 249 #endif
250 250
251 #ifdef FEAT_VREPLACE 251 #ifdef FEAT_VREPLACE