aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-05 15:13:36 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-05 15:13:36 -0400
commit561d994ff66e664197918057620f50e7a7316707 (patch)
treef9ebbbc446ec1958bf8c8df5d2e3d4edd6fcdf30 /gcc
parent01e9c1c9101b2db3974a66598a1ae6543d8399af (diff)
downloadgcc-561d994ff66e664197918057620f50e7a7316707.zip
gcc-561d994ff66e664197918057620f50e7a7316707.tar.gz
gcc-561d994ff66e664197918057620f50e7a7316707.tar.bz2
(init_decl_processing): Call init_function_format_info.
From-SVN: r5606
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-decl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 096bb05..250197a 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -3064,7 +3064,8 @@ init_decl_processing ()
start_identifier_warnings ();
- init_format_info_table ();
+ /* Prepare to check format strings against argument lists. */
+ init_function_format_info ();
init_iterators ();