OSDN Git Service

* libc/strptime.c: Remove misleading comment.
authorcorinna <corinna>
Fri, 1 Apr 2011 08:37:09 +0000 (08:37 +0000)
committercorinna <corinna>
Fri, 1 Apr 2011 08:37:09 +0000 (08:37 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/libc/strptime.cc

index 616e581..d66727e 100644 (file)
@@ -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.
index 08d4c5f..833b629 100644 (file)
@@ -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; }