diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-17 02:28:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-17 02:28:19 +0000 |
commit | 90f90283f5375ce5a4d43c10b2041ffc69ebde07 (patch) | |
tree | 906a64c3261257e383214da76950d2adb93fb3de /gcc/function.h | |
parent | 9099f8e1f3aaab6c8cb09fae8a96b9faff9e2d0a (diff) | |
download | gcc-90f90283f5375ce5a4d43c10b2041ffc69ebde07.zip gcc-90f90283f5375ce5a4d43c10b2041ffc69ebde07.tar.gz gcc-90f90283f5375ce5a4d43c10b2041ffc69ebde07.tar.bz2 |
Makefile.in (FUNCTION_H): New.
* Makefile.in (FUNCTION_H): New. Use it instead of
function.h throughout the file.
* function.h: Include tree.h.
From-SVN: r109800
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index e1e173b..11fa1d0 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -22,6 +22,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #ifndef GCC_FUNCTION_H #define GCC_FUNCTION_H +#include "tree.h" + struct var_refs_queue GTY(()) { rtx modified; |