final mods

SCCS-file: strftime.c
SCCS-SID: 7.62
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:34 -04:00
committed by Paul Eggert
parent d567ca0821
commit b28b2a1b4a
+2 -4
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':