1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 05:31:27 +00:00

final mods

SCCS-file: strftime.c
SCCS-SID: 7.62
This commit is contained in:
Arthur David Olson
2000-04-20 15:39:04 -04:00
committed by Paul Eggert
parent d567ca0821
commit b28b2a1b4a

View File

@ -233,15 +233,13 @@ label:
case 'E':
case 'O':
/*
** POSIX locale extensions, a la
** Arnold Robbins' strftime version 3.0.
** C99 locale modifiers.
** The sequences
** %Ec %EC %Ex %Ey %EY
** %Ec %EC %Ex %EX %Ey %EY
** %Od %oe %OH %OI %Om %OM
** %OS %Ou %OU %OV %Ow %OW %Oy
** are supposed to provide alternate
** representations.
** (ado, 1993-05-24)
*/
goto label;
case 'e':