* libc/strptime.c: Remove misleading comment.
This commit is contained in:
parent
e17c77459e
commit
37f4458299
|
@ -1,3 +1,7 @@
|
|||
2011-04-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/strptime.c: Remove misleading comment.
|
||||
|
||||
2011-03-31 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ntdll.h: Allow usage from plain C code.
|
||||
|
|
|
@ -54,10 +54,6 @@ __weak_alias(strptime,_strptime)
|
|||
|
||||
#define _ctloc(x) (_CurrentTimeLocale->x)
|
||||
|
||||
/*
|
||||
* We do not implement alternate representations. However, we always
|
||||
* check whether a given modifier is allowed for a certain conversion.
|
||||
*/
|
||||
#define ALT_E 0x01
|
||||
#define ALT_O 0x02
|
||||
#define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
|
||||
|
|
Loading…
Reference in New Issue