changeset 2123:41ea195f5ccb

* systime.h (timezone): Add an explicit declaration for this variable under USG 5-4.
author Jim Blandy <jimb@redhat.com>
date Thu, 11 Mar 1993 07:17:15 +0000
parents f3c105f296b2
children 54179ef9ce35
files src/systime.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systime.h	Thu Mar 11 07:16:39 1993 +0000
+++ b/src/systime.h	Thu Mar 11 07:17:15 1993 +0000
@@ -40,6 +40,11 @@
 #include <time.h>
 #endif
 
+/* SVr4 doesn't actually declare this in its #include files.  */
+#ifdef USG5_4
+extern long timezone;
+#endif
+
 
 /* EMACS_TIME is the type to use to represent temporal intervals -
    struct timeval on some systems, int on others.  It can be passed as