From: Ulrich Drepper Date: Mon, 3 Jan 2000 21:51:13 +0000 (+0000) Subject: (time_char_table): Revert change; this was not intended. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e316d1077947d7ad4b694eb7bf7a1308056745aa;p=gcc.git (time_char_table): Revert change; this was not intended. From-SVN: r31189 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index 665710b7785..22419ce619c 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1250,7 +1250,7 @@ static format_char_info time_char_table[] = { { "HIMSUWdemw", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "-_0Ow" }, { "Vju", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "-_0Oow" }, { "Gklsz", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "-_0OGw" }, - { "ABZza", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "^#" }, + { "ABZa", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "^#" }, { "p", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "#" }, { "bh", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "^" }, { "CY", 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "-_0EOw" },