1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 21:42:05 +00:00

12 -> MONS_PER_YEAR

SCCS-file: asctime.c
SCCS-SID: 1.4
This commit is contained in:
Arthur David Olson
1987-01-01 13:39:00 -05:00
committed by Paul Eggert
parent f4bc26807f
commit 50718cb109

View File

@ -25,10 +25,10 @@ char *
asctime(timeptr)
register struct tm * timeptr;
{
static char wday_name[7][3] = {
static char wday_name[DAYS_PER_WEEK][3] = {
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
};
static char mon_name[12][3] = {
static char mon_name[MONS_YER_YEAR][3] = {
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
};