diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
commit | fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc (patch) | |
tree | ca321d72ba838fd9f30b00fc2dfa9cc47c34cc20 /gcc/function.h | |
parent | 0799286bb5af2ddcd040b83c2fc547f24c91cf6c (diff) | |
download | gcc-fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc.tar.gz |
Add prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index ed47b3cb477..240a483f54b 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -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 |