OSDN Git Service

(init_decl_processing): Call init_function_format_info.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1993 19:13:36 +0000 (19:13 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1993 19:13:36 +0000 (19:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5606 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index 096bb05..250197a 100644 (file)
@@ -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 ();