Commit 90f90283 by Kazu Hirata Committed by Kazu Hirata

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
parent 9099f8e1
2006-01-17 Kazu Hirata <kazu@codesourcery.com>
* Makefile.in (FUNCTION_H): New. Use it instead of
function.h throughout the file.
* function.h: Include tree.h.
2006-01-17 Ben Elliston <bje@au.ibm.com>
* recog.c: Separate some functions with whitespace.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment