]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/dependency.h
remove more useless typedefs
[thirdparty/gcc.git] / gcc / fortran / dependency.h
index 48d9e6f17dc11a499e12102aea86f193cdd0713d..08792edc254db13d32ed9bd9cb39ec881289890b 100644 (file)
@@ -19,14 +19,13 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 /****************************** Enums *********************************/
-typedef enum
+enum gfc_dep_check
 {
   NOT_ELEMENTAL,        /* Not elemental case: normal dependency check.  */
   ELEM_CHECK_VARIABLE,  /* Test whether variables overlap.  */
   ELEM_DONT_CHECK_VARIABLE  /* Test whether variables overlap only if used 
                               in an expression.  */
-}
-gfc_dep_check;
+};
 
 /*********************** Functions prototypes **************************/