OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / f / stw.h
index 58818a6..080bd73 100644 (file)
@@ -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 */