Treat c_fmt field as compatibility placeholder

This commit is contained in:
Andrey A. Chernov 2000-10-26 16:20:57 +00:00
parent c877745700
commit aabf7d45a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67634
2 changed files with 3 additions and 5 deletions

View file

@ -78,11 +78,9 @@ const struct lc_time_T _C_time_locale = {
/*
** c_fmt (ctime-compatible)
** Note that
** "%a %b %d %H:%M:%S %Y"
** is used by Solaris 2.3.
** Not used, just compatibility placeholder.
*/
"%a %Ef %X %Y",
NULL,
/* am */
"AM",

View file

@ -37,7 +37,7 @@ struct lc_time_T {
const char * weekday[7];
const char * X_fmt;
const char * x_fmt;
const char * c_fmt;
const char * c_fmt; /* not used, just compatibility placeholder */
const char * am;
const char * pm;
const char * date_fmt;