updated for version 7.0053

This commit is contained in:
vimboss
2005-02-27 22:38:23 +00:00
parent 5705aabcce
commit 34d49d67a7
+1 -1
View File
@@ -382,7 +382,7 @@
/*
* +profile Profiling for functions and scripts.
*/
#ifdef FEAT_HUGE
#if defined(FEAT_HUGE) && defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)
# define FEAT_PROFILE
#endif