From 0a893c29f8f2c3ad8542047218b2c1d5a9337046 Mon Sep 17 00:00:00 2001 From: crux Date: Mon, 9 Aug 1999 14:00:21 +0000 Subject: Include function.h in most files. Remove most of the global variables duplicated in function.h. Add accessor macros for them which access current_function. Delete INLINE_HEADER rtx and related code, replace with code using struct function to store inlining related data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28626 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/we32k/we32k.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config/we32k/we32k.c') diff --git a/gcc/config/we32k/we32k.c b/gcc/config/we32k/we32k.c index 0c02686d703..e1b58f9f477 100644 --- a/gcc/config/we32k/we32k.c +++ b/gcc/config/we32k/we32k.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include #include "rtl.h" +#include "function.h" #include "real.h" -- cgit v1.2.1