1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

[HAVE_TZNAME]: Declare tzname if not macro.

This commit is contained in:
Richard M. Stallman 1993-06-06 17:44:23 +00:00
parent a7971c39a9
commit 2ffe7ef250

View File

@ -28,6 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
#ifdef HAVE_TZNAME
#ifndef tzname /* For SGI. */
extern char *tzname[]; /* RS6000 and others want it this way. */
#endif
#endif
/* SVr4 doesn't actually declare this in its #include files. */
#ifdef USG5_4
extern long timezone;