2002-11-19 Jim Meyering <jim@meyering.net>
* time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
as `static'.
* time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
+2002-11-19 Jim Meyering <jim@meyering.net>
+
+ * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
+ as `static'.
+ * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
+
2002-11-23 Roland McGrath <roland@redhat.com>
* scripts/abilist.awk: Avoid strtonum function, not there in mawk.
# define HERE_T_FMT_AMPM "%I:%M:%S %p"
# define HERE_T_FMT "%H:%M:%S"
-const unsigned short int __mon_yday[2][13] =
+static const unsigned short int __mon_yday[2][13] =
{
/* Normal years. */
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },