From 17763865348777221912fb8527f9d327bd9ff37a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Jun 1999 11:37:36 +0000 Subject: Update. * stdio-common/printf-parse.h (parse_one_spec): Add support for a and A format. --- stdio-common/printf-parse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index 4f217ab..2e6f0dc 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.h @@ -1,5 +1,5 @@ /* Internal header for parsing printf format strings. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of th GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -358,6 +358,8 @@ parse_one_spec (const UCHAR_T *format, size_t posn, struct printf_spec *spec, case L'f': case L'g': case L'G': + case L'a': + case L'A': if (spec->info.is_long_double) spec->data_arg_type = PA_DOUBLE|PA_FLAG_LONG_DOUBLE; else -- cgit v1.1