X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ff%2Fstw.h;h=080bd73885d32c1cf28822ba0ea3698ace054a86;hb=a97c9a692d6ccd41a00152e858107de04df07b42;hp=58818a61bf21d5edd96a990facf76c023c0b5be4;hpb=b1fa14aaa2870ddb02159d82695798918c91127d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/f/stw.h b/gcc/f/stw.h index 58818a61bf2..080bd73885d 100644 --- a/gcc/f/stw.h +++ b/gcc/f/stw.h @@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Allow multiple inclusion to work. */ -#ifndef _H_f_stw -#define _H_f_stw +#ifndef GCC_F_STW_H +#define GCC_F_STW_H /* Simple definitions and enumerations. */ @@ -70,10 +70,9 @@ struct _ffestw_ ffewhereLine line_; /* Where first token of statement triggering state */ ffewhereColumn col_; /* was seen in source file. */ - char uses_; /* # uses (new+use-kill calls). */ + int uses_; /* # uses (new+use-kill calls). */ ffestvState state_; int substate_; /* Used on a per-block-state basis. */ -#if FFECOM_targetCURRENT == FFECOM_targetGCC struct nesting *do_hook_; /* backend id for given loop (EXIT/CYCLE). */ tree do_tvar_; /* tree form of do_iter_var. */ tree do_incr_saved_; /* tree SAVED_EXPR of incr expr. */ @@ -82,7 +81,6 @@ struct _ffestw_ bool select_break_; /* TRUE when CASE should start with gen "break;". */ int ifthen_fake_else_; /* Number of fake `else' introductions. */ -#endif /* FFECOM_targetCURRENT == FFECOM_targetGCC*/ }; struct _ffestw_case_ @@ -184,4 +182,4 @@ ffestw ffestw_use (ffestw block); /* End of #include file. */ -#endif +#endif /* ! GCC_F_STW_H */