The R Project SVN R

Rev

Rev 69001 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69001 Rev 69429
Line 113... Line 113...
113
*/
113
*/
114
#define TZ_MAX_TYPES	20	/* Maximum number of local time types */
114
#define TZ_MAX_TYPES	20	/* Maximum number of local time types */
115
#endif /* !defined NOSOLAR */
115
#endif /* !defined NOSOLAR */
116
#endif /* !defined TZ_MAX_TYPES */
116
#endif /* !defined TZ_MAX_TYPES */
117
 
117
 
-
 
118
// increased from 50, http://mm.icann.org/pipermail/tz/2015-August/022623.html
118
#ifndef TZ_MAX_CHARS
119
#ifndef TZ_MAX_CHARS
119
#define TZ_MAX_CHARS	50	/* Maximum number of abbreviation characters */
120
#define TZ_MAX_CHARS	100	/* Maximum number of abbreviation characters */
120
				/* (limited by what unsigned chars can hold) */
121
				/* (limited by what unsigned chars can hold) */
121
#endif /* !defined TZ_MAX_CHARS */
122
#endif /* !defined TZ_MAX_CHARS */
122
 
123
 
123
#ifndef TZ_MAX_LEAPS
124
#ifndef TZ_MAX_LEAPS
124
#define TZ_MAX_LEAPS	50	/* Maximum number of leap second corrections */
125
#define TZ_MAX_LEAPS	50	/* Maximum number of leap second corrections */