Add prototypes.
[gcc.git] / gcc / function.h
index ed47b3cb477ad78d9ed337c52703036ed9b73a36..240a483f54b7f6bc0029419ed4cba89ca1eca55b 100644 (file)
@@ -183,7 +183,7 @@ extern rtx stack_slot_list;
 
 /* Given a function decl for a containing function,
    return the `struct function' for it.  */
-struct function *find_function_data ();
+struct function *find_function_data PROTO((tree));
 
 /* Pointer to chain of `struct function' for containing functions.  */
 extern struct function *outer_function_chain;
@@ -191,7 +191,7 @@ extern struct function *outer_function_chain;
 /* Put all this function's BLOCK nodes into a vector and return it.
    Also store in each NOTE for the beginning or end of a block
    the index of that block in the vector.  */
-tree *identify_blocks ();
+tree *identify_blocks PROTO((tree, rtx));
 
 #ifdef rtx
 #undef rtx