ansification: remove _CONST
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@@ -68,7 +68,7 @@ __weak_alias(strptime,_strptime)
|
||||
#define ALT_O 0x02
|
||||
#define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
|
||||
|
||||
static _CONST int _DAYS_BEFORE_MONTH[12] =
|
||||
static const int _DAYS_BEFORE_MONTH[12] =
|
||||
{0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
|
||||
|
||||
#define SET_MDAY 1
|
||||
|
Reference in New Issue
Block a user