summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-03 11:11:11 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-03 11:11:11 +0000
commit3f269675d47dead291679bde9268aef174f8a9b7 (patch)
tree4125dd9a82beb898e6776ba30c256851e473a0c4 /src/globals.h
parentbadfde1bfe756d529389bee7084341e4adbdf495 (diff)
updated for version 7.2-269v7.2.269
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 2ff31740e1..bfe48caf09 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1567,6 +1567,10 @@ EXTERN int xsmp_icefd INIT(= -1); /* The actual connection */
/* For undo we need to know the lowest time possible. */
EXTERN time_t starttime;
+#ifdef STARTUPTIME
+EXTERN FILE *time_fd INIT(= NULL); /* where to write startup timing */
+#endif
+
/*
* Some compilers warn for not using a return value, but in some situations we
* can't do anything useful with the value. Assign to this variable to avoid