summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorKeith Stribley <devel@thanlwinsoft.org>2009-10-30 08:14:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-30 08:14:02 -0700
commit3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a (patch)
treecc1a6c0ad545cf60a70bbc52e6853f137f1d7053 /time
parent3a83202db6e5591f2b72974c1ad98602c6620770 (diff)
Implement Burmese language locale for Myanmar.
Diffstat (limited to 'time')
-rw-r--r--time/strftime_l.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/time/strftime_l.c b/time/strftime_l.c
index f1d33034d9..deb75c8e94 100644
--- a/time/strftime_l.c
+++ b/time/strftime_l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -884,8 +884,6 @@ __strftime_internal (s, maxsize, format, tp, tzset_called ut_argument
#endif
case L_('C'):
- if (modifier == L_('O'))
- goto bad_format;
if (modifier == L_('E'))
{
#if HAVE_STRUCT_ERA_ENTRY