projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab5659
)
Remove test for %f.
author
Jim Meyering
<jim@meyering.net>
Tue, 6 Apr 1999 14:14:58 +0000
(14:14 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 6 Apr 1999 14:14:58 +0000
(14:14 +0000)
m4/strftime.m4
patch
|
blob
|
history
diff --git
a/m4/strftime.m4
b/m4/strftime.m4
index 9590519530ce20945641e7709eec961ea52b9809..1f95d7e7759651722b232ff68eccf28a40d9d439 100644
(file)
--- a/
m4/strftime.m4
+++ b/
m4/strftime.m4
@@
-104,7
+104,6
@@
main ()
CMP ("%^c", "FRI JAN 9 13:06:07 1970");
CMP ("%d", "09");
CMP ("%e", " 9"); /* POSIX.2 */
- CMP ("%f", "5"); /* POSIX.2 */
CMP ("%g", "70"); /* GNU */
CMP ("%h", "Jan"); /* POSIX.2 */
CMP ("%^h", "JAN");