betatzcodeb.tar.gz

Arthur David Olson ado
Sat Jan 14 00:14:46 UTC 1995


betatzcodeb.tar.gz is now on elsie.nci.nih.gov; the difference is a change to
tzfile.h, the need for which was spotted by Earl Chew <earl at hpato.aus.hp.com>.
A diff is attached.

				--ado

SCCS/s.tzfile.h: 7.5 vs. 7.6
*** 7.5/tzfile.h	Fri Jan 13 19:14:26 1995
--- 7.6/tzfile.h	Fri Jan 13 19:14:27 1995
***************
*** 16,22 ****
  
  #ifndef lint
  #ifndef NOID
! static char	tzfilehid[] = "@(#)tzfile.h	7.5";
  #endif /* !defined NOID */
  #endif /* !defined lint */
  
--- 16,22 ----
  
  #ifndef lint
  #ifndef NOID
! static char	tzfilehid[] = "@(#)tzfile.h	7.6";
  #endif /* !defined NOID */
  #endif /* !defined lint */
  
***************
*** 95,101 ****
  #define TZ_MAX_TYPES	256 /* Limited by what (unsigned char)'s can hold */
  #endif /* !defined NOSOLAR */
  #ifdef NOSOLAR
! #define TZ_MAX_TYPES	10	/* Maximum number of local time types */
  #endif /* !defined NOSOLAR */
  #endif /* !defined TZ_MAX_TYPES */
  
--- 95,105 ----
  #define TZ_MAX_TYPES	256 /* Limited by what (unsigned char)'s can hold */
  #endif /* !defined NOSOLAR */
  #ifdef NOSOLAR
! /*
! ** Must be at least 14 for Europe/Riga as of Jan 12 1995,
! ** as noted by Earl Chew <earl at hpato.aus.hp.com>.
! */
! #define TZ_MAX_TYPES	20	/* Maximum number of local time types */
  #endif /* !defined NOSOLAR */
  #endif /* !defined TZ_MAX_TYPES */
  



More information about the tz mailing list