]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
Include <ctype.h>; avoid home-grown ISDIGIT.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:14:50 +0000 (15:14 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:14:50 +0000 (15:14 -0400)
commit1ccf251f9751554268b356b21bf452cf7f686f09
treed09baedfa3395fb44bf2be6b21ee3cc4be34808d
parent561d994ff66e664197918057620f50e7a7316707
Include <ctype.h>; avoid home-grown ISDIGIT.

(decl_attributes): Call record_function_format with DECL_NAME and also
DECL_ASSEMBLER_NAME.
(struct format_char_info): Moved here from c-typeck.c.
(print_char_table): Likewise; renamed from print_table.
(scan_char_table): Likewise; renamed from scan_table.
(struct function_format_info): Likewise; add assembler_name.
(function_format_list): Make list, not array.
(init_function_format_info): Likewise; renamed from init_format_info_table.
(record_function_format): Likewise; renamed from record_format_info;
record assembler_name.
(check_format_info): Likewise; renamed from check_format.
(check_function_format): New interface that does not require knowledge of
struct function_format_info.

From-SVN: r5607
gcc/c-common.c